Description: Renames and/or enable/disable a driver package on a WDS server. Syntax: WDSUTIL Options /Set-DriverPackage /Server: ...

Description: Renames and/or enable/disable a driver package on a WDS
             server.

Syntax:
WDSUTIL [Options]
        /Set-DriverPackage
        [/Server:]
        {/DriverPackage: | /PackageId:}
        [/Name:]
        [/Enabled:{Yes | No}

[/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 current name of the driver package to modify.

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

[/Name:]
        The new name for the driver package.

[/Enabled:{Yes | No}]
        Enables or disables the package.

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


WDSUTIL /Set-DriverPackage /DriverPackage:MyDriverPackage /Name:NewName
     /Enabled:Yes