Description: Used to retrieve WDS-specific information about a pre-staged device. Syntax: WDSUTIL Options /Get-Device {/Device: ...

Description: Used to retrieve WDS-specific information about a pre-staged              device.  Syntax: WDSUTIL [Options] /Get-Device {/Device: | /ID:}                               [/Domain:]                               [/Forest:{Yes | No}]  /Device:   Name of device (SAMAccountName). /ID:       Specifies either the GUID/UUID or MAC address of the                         machine. A valid GUID/UUID must be in one of two                         formats Binary String or Guid String. Examples:                         Binary String:                           /ID:ACEFA3E81F20694E953EB2DAA1E8B1B6                         Guid String:                           /ID:E8A3EFAC-201F-4E69-953-B2DAA1E8B1B6                         MAC Address must be in the format:                           00B056882FDC (no dashes)                           or 00-B0-56-88-2F-DC (with dashes). [/Domain:]      Specifies which domain to search for the pre-staged                         device. The default is the locally logged in domain. [/Forest:{Yes | No}]    Specifies whether the device search should be                         conducted against the entire forest or be restricted                         to the local domain. Default is No, meaning only the                         local domain is searched.   EXAMPLES: --------- WDSUTIL /Get-Device /Device:Computer1  WDSUTIL /Verbose /Get-Device /ID:"00-B0-56-88-2F-DC" /Domain:MyDomain  WDSUTIL /Verbose /Get-Device /ID:E8A3EFAC-201F-4E69-953-B2DAA1E8B1B6 /Forest:Yes