Unlock-WmsUsbStorage
Unlocks USB storage.
Syntax
Unlock-WmsUsbStorage
[-StationId] <UInt32[]>
[-Server <String>]
[<CommonParameters>]
Unlock-WmsUsbStorage
[-All]
[-Server <String>]
[<CommonParameters>]
Description
The Unlock-WmsUsbStorage cmdlet enables USB storage on the specified station or stations. If a USB storage device is hidden, this cmdlet makes it available.
Examples
Example 1: Unblock USB storage devices
PS C:\> Unlock-WmsUsbStorage -StationId 2
This command unblocks USB storage devices on the specified station.
Parameters
-All
Indicates that this operation applies to all sessions on the target host.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Server
Specifies the fully qualified host name of the MultiPoint Server that is the target of the command. The default is localhost.
Type: | String |
Aliases: | ComputerName |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-StationId
Specifies an array of station IDs.
Type: | UInt32[] |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
UInt32[]