Retrieves information from 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}

  • Returns server configuration information, image and image group information, or both.

  • Config returns server configuration information.

  • Images returns information about image groups, boot images, and installation images on the server.

  • All returns server configuration and image information.

[/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 the information that is gathered should include the entire forest or be restricted to 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

Additional references