text stringlengths 0 4.23k |
|---|
media:<Image name> |
Specifies the name of the image. |
[/Server:<Server name>] |
Specifies the name of the server. This can be either the NetBIOS name or the fully qualified domain name (FQDN). If no server name is specified, the local server will be used. |
mediatype:{Boot | Install} |
Specifies the type of image. |
/Architecture:{x86 | ia64 | x64} |
Specifies the architecture of the image. Because you can have the same image name for different boot images in different architectures, specifying the architecture ensures that the correct image is modified. |
[/Filename:<File name>] |
if the image cannot be uniquely identified by name, you must use this option to specify the file name. |
[/Name] |
Specifies the name of the image. |
[/Description:<Description>] |
Sets the description of the image. |
[/Enabled:{Yes | No}] |
Enables or disables the image. |
\mediaGroup:<Image group name>] |
Specifies the image group that contains the image. If no image group name is specified and only one image group exists on the server, that image group will be used. If more than one image group exists on the server, you must use this option to specify the image group. |
[/UserFilter:<SDDL>] |
Sets the user filter on the image. The filter string must be in Security Descriptor Definition Language (SDDL) format. Note that, unlike the /Security option for image groups, this option only restricts who can see the image definition, and not the actual image file resources. To restrict access to the file resources, and therefore access to all images within an image group, you will need to set security for the image group itself. |
[/UnattendFile:<Unattend file path>] |
Sets the full path to the unattend file to be associated with the image. For example: D:\Files\Unattend\Img1Unattend.xml |
[/OverwriteUnattend:{Yes | No}] |
You can specify /Overwrite to overwrite the unattend file if there is already an unattend file associated with the image. Note that the default setting is No. |
Examples |
To set values for a boot image, type one of the following: |
wdsutil /Set-Imagmedia:WinPE boot imagemediatype:Boot /Architecture:x86 /Description:New description |
wdsutil /verbose /Set-Imagmedia:WinPE boot image /Server:MyWDSServemediatype:Boot /Architecture:x86 /Filename:boot.wim |
/Name:New Name /Description:New Description /Enabled:Yes |
To set values for an install image, type one of the following: |
wdsutil /Set-Imagmedia:Windows Vista with Officemediatype:Install /Description:New description |
wdsutil /verbose /Set-Imagmedia:Windows Vista with Office /Server:MyWDSServemediatype:InstalmediaGroup:ImageGroup1 |
/Filename:install.wim /Name:New name /Description:New description /UserFilter:O:BAG:DUD:AI(A;ID;FA;;;SY)(A;ID;FA;;;BA)(A;ID;0x1200a9;;;AU) /Enabled:Yes /UnattendFile:\\server\share\unattend.xml /OverwriteUnattend:Yes |
wdsutil set-imagegroup |
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 |
Changes the attributes of an image group. |
Syntax |
wdsutil [Options] /set-imagegroup:<Image group name> [/Server:<Server name>] [/Name:<New image group name>] [/Security:<SDDL>] |
Parameters |
Parameter |
Description |
/set-imagegroup:<Image group name> |
Specifies the name of the image group. |
[/Server:<Server name>] |
Specifies the name of the server. This can be either the NetBIOS name or the fully qualified domain name (FQDN). If not specified, the local server will be used. |
[/Name:<New image group name>] |
Specifies the new name of the image group. |
[/Security:<SDDL>] |
Specifies the new Security Descriptor of the image group, in security descriptor definition language (SDDL) format. |
Examples |
To set the name for an image group, type: |
wdsutil /Set-ImageGroup:ImageGroup1 /Name:New Image Group Name |
To specify various settings for an image group, type: |
wdsutil /verbose /Set-ImageGroupGroup:ImageGroup1 /Server:MyWDSServer /Name:New Image Group Name |
/Security:O:BAG:S-1-5-21-2176941838-3499754553-4071289181-513 D:AI(A;ID;FA;;;SY)(A;OICIIOID;GA;;;SY)(A;ID;FA;;;BA)(A;OICIIOID;GA;;;BA) (A;ID;0x1200a9;;;AU)(A;OICIIOID;GXGR;;;AU) |
wdsutil set-server |
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012 |
Configures the settings for a Windows Deployment Services server. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.