Unlock-Wms Usb Storage

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.

Required Parameters

-All

Indicates that this operation applies to all sessions on the target host.

Type: SwitchParameter
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-StationId

Specifies an array of station IDs.

Type: UInt32[]
Position: 0
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

Optional Parameters

-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
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False