Description: Used to export an existing image from the image store to a WIM file. Syntax: WDSUTIL [Options] /Export-Image /Image:[/Server: ] /ImageType:{Boot | Install} /Image: The name of the image to be exported. [/Server: ] The name of the WDS Server. This can be either the NetBIOS name or the FQDN. If not specified, the local server will be used. /ImageType:{Boot | Install} The type of image to be exported - Boot or Install. For Boot images: ---------------- WDSUTIL [Options] /Export-Image /Image: [/Server: ] /ImageType:Boot /Architecture:{x86 | ia64 | x64} [/Filename: ] /DestinationImage /Filepath: [/Name: ] [/Description: ] [/Overwrite:{Yes | No}] /Architecture:{x86 | ia64 | x64} The architecture of the image to be exported. Since it is possible to have the same image name for Boot images in different architectures, specifying the architecture value ensures that the correct image is being returned. [/Filename: ] If the image cannot be uniquely identified by name, the filename must be specified. /DestinationImage /FilePath: Specify the full file path and name where the exported image should be created. [/Name: ] Sets the display name of the image. If not specified, the display name of the source image will be used. [/Description: ] Sets the description of the image. [/Overwrite:{Yes | No}] Determines whether the file as specified in /DestinationImage should be overwritten if an existing file with that name already exists. If yes, the existing file will be overwritten. If no, the process will error if a file with the same name exists. The default value is 'No'.
Description: Used to enable a WDS server. Syntax: WDSUTIL /Enable- Where object is one of the following: Server TransportServer ...
Description: Used to enable all WDS services. Syntax: WDSUTIL Options /Enable-Server /Server: /Server: The name of the WDS ...
Description: Used to enable all WDS Transport services. Syntax: WDSUTIL Options /Enable-TransportServer /Server: /Server: ...
Description: Used to export an existing image from the image store to a WIM file. Syntax: WDSUTIL /Export- Where object is ...
Description: Used to export an existing image from the image store to a WIM file. Syntax: WDSUTIL Options /Export-Image /Image: ...
Description: Used to obtain the WDS-specific properties of all pre-staged devices in the directory. Syntax: WDSUTIL Options ...
Description: Used to reject auto-add devices. Syntax: WDSUTIL /Reject- Where object is one of the following: AutoAddDevices ...
Description: Used to reject pending auto-add devices on the WDS server. Syntax: WDSUTIL Options /Reject-AutoAddDevices /Server: ...
Description: Used to remove a previously created custom namespace. Unless explicitly specified, this will expire ("tombstone") ...