Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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. - Config returns configuration information. |
| [/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