Description: Displays WDS information about a prestaged device. Syntax: WDSUTIL Options /Get-Device {/Device: | /ID: } /Domain: ...

Description: Displays WDS information about a prestaged device.

Syntax:
WDSUTIL [Options] /Get-Device {/Device: | /ID:}
                              [/Domain:]
                              [/Forest:{Yes | No}]

/Device:   The name (SAMAccountName) of the device.
/ID:       Specifies either the GUID or MAC address of the
                        computer. A GUID 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 one of the following formats:
                        00B056882FDC (no dashes)
                        or 00-B0-56-88-2F-DC (with dashes).
[/Domain:]      Specifies which domain to search for the prestaged
                        computer. The default is the local domain.
[/Forest:{Yes | No}]    Specifies whether to search the entire forest (Yes) or
                        the local domain (No). The 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