PrepAway - Latest Free Exam Questions & Answers

Which two values should you assign to the device ID?

You manage a server that runs Windows Server 2012 R2. The server has the Windows Deployment
Services server role installed.
You have a desktop computer that has the following configuration:
Computer name: Computer1
Operating system: Windows 8
MAC address: 20-CF-30-65-D0-87
GUID: 979708BF-C04B-4525-9FE0-C4150BB6C618
You need to configure a pre-staged device for Computer1 in the Windows Deployment Services
console.
Which two values should you assign to the device ID? (Each correct answer presents a complete
solution. Choose two.)

PrepAway - Latest Free Exam Questions & Answers

A.
20CF3065D08700000000000000000000

B.
979708BFC04B45259FE0C4150BB6C618

C.
979708BF-C04B-452S-9FE0-C4150BB6C618

D.
0000000000000000000020CF306SD087

E.
00000000-0000-0000-0000-C41S0BB6C618

Explanation:
In the text box, type the client computer’s MAC address preceded with twenty zeros or the globally
unique identifier (GUID) in the format: {XXXXXXXX-XXXX-XXXX-XXX-XXXXXXXXXXXX}.
* To add or remove pre-staged client to/from AD DS, specify the name of the computer or the device
ID, which is a GUID, media access control (MAC) address, or Dynamic Host Configuration Protocol
(DHCP) identifier associated with the computer.
* Example: Remove a device by using its ID from a specified domain
This command removes the pre-staged device that has the specified ID. The cmdlet searches the
domain named TSQA.contoso.com for the device.
Windows PowerShell
PS C:\> Remove-WdsClient -DeviceID “5a7a1def-2e1f-4a7b-a792-ae5275b6ef92” -Domain –
DomainName “TSQA.contoso.com”

3 Comments on “Which two values should you assign to the device ID?

  1. Marlon says:

    The explanation is taking in consideration the format {XXXXXXXX-XXXX-XXXX-XXX-XXXXXXXXXXXX} as the right, but the question would be using the console format, which needs no “-“




    0



    0
  2. Diogo says:

    Sintax :
    WDSUTIL /Add-Device /Device: /ID: [/ReferralServer:] [/BootProgram:] [/WdsClientUnattend:]
    [/User:] [/JoinRights:{JoinOnly | Full}] [/JoinDomain:{Yes | No}] [/BootImagePath:] [/OU:] [/Domain:]
    Command:
    WDSUTIL /Add-Device /Device:Computer1 /ID:20-CF-30-65-D0-87
    or
    WDSUTIL /Add-Device /Device:Computer1 /ID:{979708BF-C04B-4525-9FE0-C4150BB6C618} /ReferralServer:WDSServer1 /BootProgram:boot\x86\pxeboot.com
    /WDSClientUnattend:WDSClientUnattend\unattend.xml /User:Domain\MyUser/JoinRights:Full /BootImagePath:boot\x86\images\boot.wim /OU:”OU=MyOU,CN=Test,DC=Domain,DC=com”




    0



    0
  3. PauliusP says:

    In WDS console UI, if GUID is entered without dashes like 979708BFC04B45259FE0C4150BB6C618, it will accept it, but when you reopen computer object, then ID looks like {BF089797-4BC0-2545-9FE0-C4150BB6C618}. You need to enter it like in C. 979708BF-C04B-452S-9FE0-C4150BB6C618.
    What is strange, WDS UI console will NOT accept MAC with preceding zeroes! It DOES accept 20-CF-30-65-D0-87 or 20CF3065D087 though (dashes are added automatically after saving the object). Maybe someone more experienced admin could comment on this one regarding MAC?




    0



    0

Leave a Reply