A company has a single-forest and single Active Directory Domain Services domain named contoso.com.
The company has offices in multiple geographic locations and manages all computing devices from a
network operations center located at a main office.
You deploy physical servers and user devices by using a Windows Deployment Services (WDS) server
named WDS1, and a server that runs System Center 2012 Virtual Machine Manager SP1 named VMM1.
Every three months you update the standard deployment images and push the update images to all
client devices in the organization. You use multicast deployments for the servers and client devices at the
remote offices. To automate the deployment process, you create an Auto-Cast multicast transmission
and pre-stage client devices.
You need to ensure that client devices continue the deployment process after the first reboot and do not
restart the installation.
What should you do?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Explanation:
The Set-WdsClient cmdlet modifies a pre-staged client device.
The parameter -PxePromptPolicy<PxePromptPolicy> specifies the prompt policy for this computer to
boot in PXE. The acceptable values for this parameter are:
— Adopt
— NoPrompt
— OptIn
— OptOut
Wdsclient PxePromptPolicy
Incorrect:
Not B: The New-WdsClient cmdlet creates a pre-staged client, but here the pre-staged clients have
already been created.
Not C: The computer must be configured to continue the boot process without user interaction (for
example, by pressing F12).
The AllowN12ForNewClients option is regarding if the user must press F12. If we set this option to No,
they user would be required to press the F12 key.
A. Set-WdsClient
Found this question in my exam (passed today) but without Set-WdsClient option.
hey, congrats on the pass
sitting on monday
so what answer did you put for it?
Below 3 are correct in terms of https://technet.microsoft.com/en-us/library/cc771788(v=ws.10).aspx .
run wdsutil /set-server /resetbootprogram:yes
run WDSUTIL /Set-Server /AllowN12ForNewClients:Yes
Set-Wdsclient -DeviceName -PxepromptPolicy Optin