text
stringlengths
0
4.23k
/Value:<Value>
Specifies the value to search for relative to the specified <attribute>. You can specify multiple values for a single /Filtertype. The available values for each filter are:PackageId - Specify a valid GUID. For example: {4d36e972-e325-11ce-bfc1-08002be10318}PackageName - Specify any string valuePackageEnabled - Specify Yes or NoPackagedateadded - Specify the date in the following format: YYYY/MM/DDPackageInfFilename - Specify any string valuePackageClass - Specify a valid class name or class GUID. For example: DiskDrive, Net, or {4d36e972-e325-11ce-bfc1-08002be10318}PackageProvider - Specify any string valuePackageArchitecture - Specify x86, x64, or ia64PackageLocale - Specify a valid language identifier. For example: en-US or es-ESPackageSigned - Specify Yes or NoPackagedatePublished - Specify the date in the following format: YYYY/MM/DDPackageversion - Specify the version in the following format: a.b.x.y. For example: 6.1.0.0Driverdescription - Specify any string valueDriverManufacturer - Specify any string valueDriverHardwareId - Specify any string valueDrivercompatibleId - Specify any string valueDriverExcludeId - Specify any string valueDriverGroupId - Specify a valid GUID. For example: {4d36e972-e325-11ce-bfc1-08002be10318}DriverGroupName - Specify any string value For more information about these values, see Driver and Package attributes.
<Servername>
<Imagename>
{x86 | ia64 | x64}
<Filename>
<Filtertype>
PackageProvider
{Equal|NotEqual|GreaterOrEqual|LessOrEqual|Contains}
<Value>
<attribute>
Examples
To add driver packages to a boot image, type one of the following:
wdsutil /add-ImageDriverPackagemedia:WinPE Boot Imagemediatype:Boot /Architecture:x86 /Filtertype:DriverGroupName /Operator:Equal /Value:x86Bus /Filtertype:PackageProvider /Operator:Contains /Value:Provider1 /Filtertype:Packageversion /Operator:GreaterOrEqual /Value:6.1.0.0
wdsutil /verbose /add-ImageDriverPackagemedia: WinPE Boot Image /Server:MyWDSServemediatype:Boot /Architecture:x64 /Filtertype:PackageClass /Operator:Equal /Value:Net /Filtertype:DriverManufacturer /Operator:NotEqual /Value:Name1 /Value:Name2 /Filtertype:Packagedateadded /Operator:LessOrEqual /Value:2008/01/01
wdsutil /verbose /add-ImageDriverPackagemedia:WinPE Boot Image /Server:MyWDSServemediatype:Boot /Architecture:x64 /Filtertype:PackageClass /Operator:Equal /Value:Net /Value:System /Value:DiskDrive /Value:HDC /Value:SCSIAdapter
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.
<Imagegroupname>
<Servername>
Examples
To add an image group, type either:
wdsutil /add-ImageGroup imageGroup:ImageGroup2
wdsutil /verbose /add-Imagegroup imageGroup:My Image Group /Server:MyWDSServer
wdsutil add commands
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Parameters
Parameter
Description
wdsutil add-device command
Pre-stages a computer in active directory.
wdsutil add-image command
Adds boot or installation images.
wdsutil add-imagegroup command
Adds an image group.
wdsutil add-drivergrouppackage command
Adds a driver package to a driver group.
wdsutil add-drivergrouppackages command
Adds driver packages to a driver group.
wdsutil add-driverpackage command
Adds a driver package to the server.
wdsutil add-imagedriverpackage command
Adds a driver package that is in the driver store to an existing boot image on the server.
wdsutil add-imagedriverpackages command
Adds driver packages from the driver store to a boot image on the server.
wdsutil add-alldriverpackages subcommand
Adds driver packages from a folder to a server.
wdsutil add-drivergroup command
Adds a driver group to a server.
wdsutil add-drivergroupfilter command