Which setting should you configure?

HOTSPOT
Your network contains an Active Directory domain named contoso.com.
You have several Windows PowerShell scripts that execute when users log on to their client
computer.
You need to ensure that all of the scripts execute completely before the users can access their
desktop.
Which setting should you configure? To answer, select the appropriate setting in the answer area.

HOTSPOT
Your network contains an Active Directory domain named contoso.com.
You have several Windows PowerShell scripts that execute when users log on to their client
computer.
You need to ensure that all of the scripts execute completely before the users can access their
desktop.
Which setting should you configure? To answer, select the appropriate setting in the answer area.

Answer:

Explanation:

httpHYPERLINK “http://technet.microsoft.com/en-us/library/cc738773(v=ws.10).aspx#_blank”:
//technetHYPERLINK “http://technet.microsoft.com/en-us/library/cc738773(v=ws.10).aspx#_blank”.
microsoftHYPERLINK “http://technet.microsoft.com/en-us/library/cc738773(v=ws.10).aspx#_blank”.
com/en-us/library/cc738773(v=wsHYPERLINK “http://technet.microsoft.com/enus/library/cc738773(v=ws.10).aspx#_blank”. 10)HYPERLINK “http://technet.microsoft.com/enus/library/cc738773(v=ws.10).aspx#_blank”. aspx
Run logon scripts synchronously
Directs the system to wait for logon scripts to finish running before it starts the Windows Explorer
interface program and creates the desktop.
If you enable this policy, Windows Explorer does not start until the logon scripts have finished
running. This setting assures that logon script processing is complete before the user starts working,
but it can delay the appearance of the desktop.
If you disable this policy or do not configure it, the logon scripts and Windows Explorer are not
synchronized and can run simultaneously.



Leave a Reply 3

Your email address will not be published. Required fields are marked *

two × two =


joejoe

joejoe

MS likes to mix this up where the ? is need all the startup scripts to run to speed up how long it takes before a user can login, The answer to that is Run startup asynchronously. Make sure you check which they are asking for

Franc

Franc

We need to make the difference for STARTUP and LOGON scripts. The first are COMPUTER scripts. The second are USER script.

Run Logon script synchronously -> Enable/Disable/Not Configure.
Run Startup script Asynchronously -> Enable/Disable/Not Configure

Both do the same (Run Synchronously or Asynchronously) but LOGON is for User Scripts and STARTUP is for Computer Scripts.

For this question (User Script needs to finish befor user can login) :
Set >Run Logon script to run Synchronously < to DISABLE (it will NOT run synchronously).