/remove-DriverGroup
Updated: April 17, 2012
Applies To: Windows Server 2008 R2
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