Description: Removes a driver packages from a WDS server. Syntax: WDSUTIL Options /Remove-DriverPackage /Server: {/DriverPackage: ...

Description: Removes a driver packages from a WDS server.

Syntax:
WDSUTIL [Options]
        /Remove-DriverPackage
        [/Server:]
        {/DriverPackage: | /PackageId:}

[/Server:]
        The name of the WDS server. This can be either the NetBIOS
        name or the FQDN.  If not specified, the local server will be
        used.

[/DriverPackage:]
        The name of the driver package to remove.

[/PackageId:]
        The WDS ID of the driver package to remove.  You must specify
        the ID if the driver package cannot be uniquely identified by
        name.

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


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