CleanCode PowerShell Libraries v1.2.08 API: CleanCode » FileTools » Get-UsbDriveInfo
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
The OutputType attribute is specified as System.Management.ManagementObject[]
though a more accurate type, returned by this...
Get-UsbDriveInfo | Get-Member | Select -First 1 | % { $_.TypeName }
...is this:
System.Management.ManagementObject#root\cimv2\Win32_LogicalDisk
but I am not sure how to specify that in the OutputType.
This function is part of the CleanCode toolbox
from http://cleancode.sourceforge.net/.
Since CleanCode 1.1.04.
This documentation set was created with CleanCode's DocTreeGenerator.