Description: Configures the properties of an image group. Syntax: WDSUTIL Options /Set-ImageGroup /ImageGroup: /Server: /Name: ...

Description: Configures the properties of an image group.

Syntax:
WDSUTIL [Options]
        /Set-ImageGroup
        /ImageGroup:
        [/Server:]
        [/Name:]
        [/Security:]

/ImageGroup:
        The name of the image group to be modified.

[/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.

[/Name:]
        The new name for the image group.

[/Security:]
        The new security descriptor of the image group, in SDDL
        format.

EXAMPLES:
---------
WDSUTIL /Set-ImageGroup /ImageGroup:ImageGroup1 /Name:"New Image
Group Name"

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)"