For install images: ------------------- WDSUTIL [Options] /Add-Image /ImageFile:[/Server: ] /ImageType:Install [/SkipVerify] [/ImageGroup: ] [/SingleImage: ] [/Name: ] [/Description: ] [/Priority: [/Filename: ] [/UnattendFile: ] [/SkipVerify] Specifies not to verify the source image file before adding the image. [/ImageGroup: ] The image group to add the images to. If not specified and there are no image groups on the server, then a default group will be created. If one already exists, then it will be used. If more than one image group exists on the server, then you must specify an image group. [/SingleImage: ] Adds a single image out of the WIM file. This is not supported for VHD images. [/Name: ] Sets the display name of the image. [/Description: ] Sets the description of the image. [/Priority: ] Sets the display priority of the image. [/Filename: ] Allows you to change the file name of the image file when adding the image. If not specified, the file name of the source image will be used. In all cases the file name is checked to ensure that it is unique. If more than one image is being added, unique numbers are appended to the file name; for example, filename-(2).wim. [/UnattendFile: ] The full path to the unattend file to associate with these images. If /SingleImage is not specified, this file will be associated with all of the images in the WIM file.
For information on command line arguments specific to Windows Deployment Services, see the Windows Deployment Services documentation. ...
For install image transmissions: - WDSUTIL Options /Get-MulticastTransmission /Image: /Server: /Details:Clients /ImageType:Install ...
For install image transmissions: - WDSUTIL Options /Remove-MulticastTransmission /Image: /Server: /ImageType:Install /ImageGroup: ...
For install image transmissions: - WDSUTIL Options /Start-MulticastTransmission /Image: /Server: /ImageType:Install /ImageGroup: ...
For install images: - WDSUTIL Options /Add-Image /ImageFile: /Server: /ImageType:Install /SkipVerify /ImageGroup: /SingleImage: ...
For Install images: - WDSUTIL Options /Export-Image /Image: /Server: /ImageType:Install /ImageGroup: /Filename: /DestinationImage ...
For Install images: - WDSUTIL Options /Get-Image /Image: /Server: /ImageType:Install /ImageGroup: /Filename: /ImageGroup: ...
For Install images: - WDSUTIL Options /Replace-Image /Image: /Server: /ImageType:Install /ImageGroup: /Filename: /ReplacementImage ...
For Install images: - WDSUTIL Options /Set-Image /Image: /Server: /ImageType:Install /ImageGroup: /Filename: /Name: /Description: ...