/set-ImageGroup

 

Applies To: Windows Server 2008, Windows Server 2008 R2, Windows Server 2012 R2, Windows Server 2012, Windows 8

Changes the attributes of an image group.

Syntax

WDSUTIL [Options] /Set-ImageGroup /ImageGroup:<Image group name> [/Server:<Server name>] [/Name:<New image group name>] [/Security:<SDDL>]

Parameters

Parameter

Description

/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 /ImageGroup:ImageGroup1 /Name:"New Image Group Name"

To specify various settings for an image group, type:

WDSUTIL /Verbose /Set-ImageGroup /ImageGroup: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)"

Additional references

Command-Line Syntax Key

-add-ImageGroup

-get-AllImageGroups

-get-ImageGroup

-remove-ImageGroup