/remove-DriverGroup

 

Applies To: Windows Server 2008 R2, Windows Server 2012 R2, Windows Server 2012, Windows 8

Removes a driver group from a server.

Syntax

WDSUTIL /Remove-DriverGroup /DriverGroup:<Group Name> [/Server:<Server name>]

Parameters

Parameter

Description

/DriverGroup:<Group Name>

Specifies the name of the driver group to remove.

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

Examples

To remove a driver group, type one of the following:

WDSUTIL /Remove-DriverGroup /DriverGroup:PrinterDrivers

WDSUTIL /Remove-DriverGroup /DriverGroup:PrinterDrivers /Server:MyWdsServer

Additional references

Command-Line Syntax Key