wdsutil add-imagegroup

Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012

Adds an image group to a Windows Deployment Services server.

Syntax

wdsutil [Options] /add-ImageGroup imageGroup:<Imagegroupname> [/Server:<Server name>]

Parameters

Parameter Description
imageGroup:<Imagegroupname>] Specifies the name of the image to be added.
[/Server:<Servername>] Specifies the name of the server. This can be either the NetBIOS name or the fully qualified domain name (FQDN). If a server name is not specified, the local server is used.

Examples

To add an image group, type either:

wdsutil /add-ImageGroup imageGroup:ImageGroup2
wdsutil /verbose /add-Imagegroup imageGroup:My Image Group /Server:MyWDSServer