/get-AllServers
Applies To: Windows Server 2008, Windows Server 2008 R2
Retrieves information about all Windows Deployment Services servers.
Note
This command may take an extended amount of time to complete if there are many Windows Deployment Services servers in your environment or if the network connection linking the servers is slow.
Syntax
WDSUTIL [Options] /Get-AllServers /Show:{Config | Images | All} [/Detailed] [/Forest:{Yes | No}]
Parameters
Parameter | Description |
---|---|
/Show:{Config | Images | All} |
Specifies what type of information to return.
|
[/Detailed] |
When used in conjunction with the /Show:Images or /Show:All, returns all image metadata from each image. If the /Detailed option is not specified, the default behavior is to return the image name, description, and file name. |
[/Forest:{Yes | No}] |
Specifies whether to return information for the entire forest or the local domain. If a value for this option is not specified, the default behavior is to return the servers in the local domain. |
Examples
To view information about all servers, type:
WDSUTIL /Get-AllServers /Show:Config
To view detailed information about all servers, type:
WDSUTIL /Verbose /Get-AllServers /Show:All /Detailed /Forest:Yes