Question 6 of 256
Your network contains an Active Directory domain named contoso.com. All servers run Windows Server 2012 R2.
Client computers run either Windows 7 or Windows 8. All of the client computers have an application named App1 installed.
The domain contains a Group Policy object (GPO) named GPO1 that is applied to all of the client computers.
You need to add a system variable named App1Data to all of the client computers.
Which Group Policy preference should you configure?
    Correct Answer: A

Question 7 of 256
Your network contains an Active Directory domain named contoso.com.
All user accounts reside in an organizational unit (OU) named OU1.
You create a Group Policy object (GPO) named GPO1. You link GPO1 to OU1. You configure the Group Policy preference of GPO1 to add a shortcut named
Link1 to the desktop of each user.
You discover that when a user deletes Link1, the shortcut is removed permanently from the desktop.
You need to ensure that if a user deletes Link1, the shortcut is added to the desktop again.
What should you do?
    Correct Answer: B
    Replace Delete and recreate a shortcut for computers or users. The net result of the Replace action is to overwrite the existing shortcut. If the shortcut does not exist, then the Replace action creates a new shortcut.
    This type of preference item provides a choice of four actions: Create, Replace, Update, and Delete. The behavior of the preference item varies with the action selected and whether the shortcut already exists.
    Exam 70-411: Question 7 - Image 1
    Refernces:
    http://technet.microsoft.com/en-us/library/cc753580.aspx
    http://technet.microsoft.com/en-us/library/cc753580.aspx B
Question 8 of 256
HOTSPOT -
Your network contains an Active Directory domain named contoso.com.
You have several Windows PowerShell scripts that execute when client computers start.
When a client computer starts, you discover that it takes a long time before users are prompted to log on.
You need to reduce the amount of time it takes for the client computers to start. The solution must not prevent scripts from completing successfully.
Which setting should you configure? To answer, select the appropriate setting in the answer area.
Hot Area:
Exam 70-411: Question 8 - Image 1
    Correct Answer:
    Lets the system run startup scripts simultaneously rather than waiting for each to finish http://technet.microsoft.com/en-us/library/cc939423.aspx
    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.
    This policy appears in the Computer Configuration and User Configuration folders. The policy set in Computer Configuration takes precedence over the policy set in User Configuration.
    By default, the Fast Logon Optimization feature is set for both domain and workgroup members. This setting causes policy to be applied asynchronously when the computer starts and the user logs on. The result is similar to a background refresh. The advantage is that it can reduce the amount of time it takes for the logon dialog box to appear and the amount of time it takes for the desktop to become available to the user. Of course, it also means that the user may log on and start working before the absolute latest policy settings have been applied to the system.
    Depending on your environment, you may want to disable Fast Logon Optimization. You can do this with Group Policy, using the Always wait for the network at computer startup and logon policy setting.
    Exam 70-411: Question 8 - Image 3
    Refernces:
    http://technet.microsoft.com/en-us/magazine/gg486839.aspx
    http://technet.microsoft.com/en-us/library/cc958585.aspx Exam 70-411: Question 8 - Image 2
Question 9 of 256
HOTSPOT -
Your network contains an Active Directory domain named contoso.com. The domain contains a member server named Server1. Server1 runs Windows Server
2012 R2.
You enable the EventLog-Application event trace session.
You need to set the maximum size of the log file used by the trace session to 10 MB.
From which tab should you perform the configuration? To answer, select the appropriate tab in the answer area.
Hot Area:
Exam 70-411: Question 9 - Image 1
    Correct Answer:
    Note: By default, logging stops only if you set an expiration date as part of the logging schedule. Using the options on the Stop Condition tab, you can configure the log file to stop automatically after a specified period of time, such as seven days, or when the log file is full (if youve set a maximum size limit).
    Reference: http://technet.microsoft.com/en-us/magazine/ff458614.aspx
    Exam 70-411: Question 9 - Image 3
    Exam 70-411: Question 9 - Image 4 Exam 70-411: Question 9 - Image 2
Question 10 of 256
HOTSPOT -
Your network contains an Active Directory domain named contoso.com. The domain contains three member servers named Server1, Server2, and Server3. All servers run Windows Server 2012 R2 and have the Windows Server Update Services (WSUS) server role installed.
Server1 and Server2 are configured as replica servers that use Server3 as an upstream server.
You remove Servers from the network.
You need to ensure that WSUS on Server2 retrieves updates from Server1. The solution must ensure that Server1 and Server2 have the latest updates from
Microsoft.
Which command should you run on each server? To answer, select the appropriate command to run on each server in the answer area.
Hot Area:
Exam 70-411: Question 10 - Image 1
    Correct Answer:
    Set-WsusServerSynchronization-SyncFromMU [-UpdateServer<IUpdateServer> ] [-Confirm] [-WhatIf] [ <CommonParameters>]
    Set-WsusServerSynchronization-UssServerName<String> [-PortNumber<Int32> ] [-Replica] [-UpdateServer<IUpdateServer> ] [-UseSsl] [-Confirm] [-WhatIf]
    [ <CommonParameters>]
    The Set-WsusServerSynchronizationcmdlet sets whether the Windows Server Update Services (WSUS) server synchronizes from Microsoft Update or an upstream server. This cmdlet allows the user to specify settings such as the upstream server name, the port number, and whether or not to use Secure Sockets
    Layer (SSL).
    References:
    http://technet.microsoft.com/en-us/library/hh826163.aspx
    http://technet.microsoft.com/en-us/library/cc708480%28v=ws.10%29.aspx Exam 70-411: Question 10 - Image 2