/remove-DriverPackage

Updated: April 17, 2012

Applies To: Windows Server 2008 R2

Removes a driver package from a server.

Syntax

WDSUTIL /Remove-DriverPackage [/Server:<Server name>] {/DriverPackage:<Package Name> | /PackageId:<ID>}

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 name of the driver package to remove.

[/PackageId:<ID>]

Specifies the Windows Deployment Services ID of the driver package to remove. You must specify the ID if the driver package cannot be uniquely identified by name.

Examples

To view information about the images, type one of the following:

WDSUTIL /Remove-DriverPackage /PackageId:{4D36E972-E325-11CE-BFC1-08002BE10318}

WDSUTIL /Remove-DriverPackage /Server:MyWdsServer /DriverPackage:MyDriverPackage

Additional references

Command-Line Syntax Key

/remove-DriverPackages