PowerShell Logo Small

Get-StorageEnclosureVendorData



This is the built-in help made by Microsoft for the command 'Get-StorageEnclosureVendorData', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets vendor-specific data for an enclosure.

SYNTAX


Get-StorageEnclosureVendorData [-FriendlyName] <String[]> [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -PageNumber <UInt16> [<CommonParameters>]
Get-StorageEnclosureVendorData [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]> -PageNumber <UInt16> [<CommonParameters>]
Get-StorageEnclosureVendorData [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -PageNumber <UInt16> -UniqueId <String[]> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-StorageEnclosureVendorData cmdlet gets vendor-specific data for a storage enclosure. Specify the enclosure and the SCSI diagnostic page code for the data.



<

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=289072
Get-StorageEnclosure
Disable-StorageEnclosureIdentification
Enable-StorageEnclosureIdentification

REMARKS

<

Examples


Example 1: Get information for an enclosure

PS C:\>Get-StorageEnclosureVendorData -FriendlyName "E11" -PageNumber 0x2



This command gets vendor data for the enclosure named E11. The cmdlet specifies SCSI diagnostic page code 0x2.