Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Applies To: Windows Server 2008, Windows Server 2008 R2
Retrieves information from the specified Windows Deployment Services server.
Syntax
WDSUTIL [Options] /Get-Server [/Server:<Server name>] /Show:{Config | Images | All} [/Detailed]
Parameters
| Parameter | Description |
|---|---|
[/Server:<Server name>] |
Specifies the name of the server. This can be the NetBIOS name or the fully qualified domain name (FQDN). If no server name is specified, the local server is used. |
/Show:{Config | Images | All} |
Specifies the type of information to return.
|
[/Detailed] |
You can use this option with /Show:Images or /Show:All to indicate that all image metadata from each image should be returned. If the /Detailed option is not used, the default behavior is to return the image name, description, and file name. |
Examples
To view information about the server, type:
WDSUTIL /Get-Server /Show:Config
To view detailed information about the server, type:
WDSUTIL /Verbose /Get-Server /Server:MyWDSServer /Show:All /Detailed