Get-USBDisk
OSD 21.2.22+
Last updated
Was this helpful?
OSD 21.2.22+
Last updated
Was this helpful?
Was this helpful?
PS C:\> Get-Help Get-USBDisk -Detailed
NAME
Get-USBDisk
SYNOPSIS
Returns Get-Disk + MediaType with BusType USB
SYNTAX
Get-USBDisk [[-Number] <UInt32>] [<CommonParameters>]
DESCRIPTION
Returns Get-Disk + MediaType with BusType USB
PARAMETERS
-Number <UInt32>
Specifies the disk number for which to get the associated Disk object
Alias = Disk, DiskNumber
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
REMARKS
To see the examples, type: "get-help Get-USBDisk -examples".
For more information, type: "get-help Get-USBDisk -detailed".
For technical information, type: "get-help Get-USBDisk -full".
For online help, type: "get-help Get-USBDisk -online"