text
stringlengths
0
4.23k
Description
/DriverGroup:<Group Name>
Specifies the name of the driver group.
[/Server:<Server name>]
Specifies the name of the server. This can be the NetBIOS name or the FQDN. If a server name is not specified, the local server is used.
/FilterType:<FilterType>
Specifies the type of driver group filter to add or remove. You can specify multiple filters in a single command. For each /FilterType, you can add or remove multiple values using /RemoveValue and /AddValue. <FilterType> can be one of the following:BiosVendorBiosVersionChassisTypeManufacturerUuidOsVersionOsEditionOsLanguage
[/Policy:{Include
Exclude}]
[/AddValue:<Value>]
Specifies the new client value to add to the filter. You can specify multiple values for a single filter type. See the following list for valid attribute values for ChassisType. For information about obtaining the values for all other filter types, see Driver Group Filters (https://go.microsoft.com/fwlink/?LinkID=155158).OtherUnknownChassisDesktopLowProfileDesktopPizzaBoxMiniTowerTowerPortableLaptopNotebookHandheldDockingStationAllInOneSubNotebookSpaceSavingLunchBoxMainSystemChassisExpansionChassisSubChassisBusExpansionChassisPeripheralChassisStorageChassisRackMountChassisSealedCaseComputerMultiSystemChassisCompactPciAdvancedTca
[/RemoveValue:<Value>]
Specifies the existing client value to remove from the filter as specified with /AddValue.
Examples
To remove a filter, type one of the following:
wdsutil /Set-DriverGroupFilter /DriverGroup:PrinterDrivers /FilterType:Manufacturer /Policy:Include /AddValue:Name1 /RemoveValue:Name2
wdsutil /Set-DriverGroupFilter /DriverGroup:PrinterDrivers /FilterType:Manufacturer /Policy:Include /RemoveValue:Name1 /FilterType:ChassisType /Policy:Exclude /AddValue:Tower /AddValue:MiniTower
Subcommand: set-DriverPackage
Renames and/or enables or disables a driver package on a server.
Syntax
wdsutil /Set-DriverPackage [/Server:<Server name>] {/DriverPackage:<Name> | /PackageId:<ID>} [/Name:<New Name>] [/Enabled:{Yes | No}
Parameters
Parameter
Description
[/Server:<Server name>]
Specifies the name of the server. This can be the NetBIOS name or the FQDN. If a server name is not specified, the local server is used.
[/DriverPackage:<Name>]
Specifies the current name of the driver package to modify.
[/PackageId:<ID>]
Specifies the Windows Deployment Services ID of the driver package. You must specify this option if the driver package cannot be uniquely identified by name. To find this ID for a package, click the driver group that the package is in (or the All Packages node), right-click the package, and then click Properties. The Package ID is listed on the General tab. For example: {DD098D20-1850-4FC8-8E35-EA24A1BEFF5E}.
[/Name:<New Name>]
Specifies the new name for the driver package.
[/Enabled:{Yes
No}
Examples
To change settings about a package, type one of the following:
wdsutil /Set-DriverPackage /PackageId:{4D36E972-E325-11CE-BFC1-08002BE10318} /Name:MyDriverPackage
wdsutil /Set-DriverPackage /DriverPackage:MyDriverPackage /Name:NewName /Enabled:Yes
wdsutil set-image
Applies to: Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012
Changes the attributes of an image.
Syntax
for boot images:
wdsutil /Set-Imagmedia:<Image name> [/Server:<Server name>mediatype:Boot /Architecture:{x86 | ia64 | x64} [/Filename:<File name>] [/Name:<Name>]
[/Description:<Description>] [/Enabled:{Yes | No}]
for install images:
wdsutil /Set-Imagmedia:<Image name> [/Server:<Server name>]
mediatype:InstallmediaGroup:<Image group name>]
[/Filename:<File name>]
[/Name:<Name>]
[/Description:<Description>]
[/UserFilter:<SDDL>]
[/Enabled:{Yes | No}]
[/UnattendFile:<Unattend file path>]
[/OverwriteUnattend:{Yes | No}]
Parameters
Parameter
Description