PowerShell Logo Small

Enable-StorageEnclosureIdentification



This is the built-in help made by Microsoft for the command 'Enable-StorageEnclosureIdentification', 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

Enables identification LED on a storage enclosure or the slots for individual disks.

SYNTAX


Enable-StorageEnclosureIdentification [-FriendlyName] <String[]> [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-SlotNumbers <UInt32[]>] [-ThrottleLimit <Int32>]
[<CommonParameters>]
Enable-StorageEnclosureIdentification [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-SlotNumbers <UInt32[]>] [-ThrottleLimit <Int32>] -InputObject <CimInstance[]>
[<CommonParameters>]
Enable-StorageEnclosureIdentification [-AsJob] [-CimSession <CimSession[]>] [-PassThru] [-SlotNumbers <UInt32[]>] [-ThrottleLimit <Int32>] -UniqueId <String[]>
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Enable-StorageEnclosureIdentification cmdlet enables the identification LED on the specified storage enclosure and, optionally, on the slots for individual disks.
Administrators typically use LEDs to locate a physical disk in an enclosure for removal or replacement. This cmdlet requires a storage enclosure that supports SCSI Enclosure
Services (SES).



<

RELATED LINKS

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

REMARKS

<

Examples


Example 1: Enable identification of an enclosure

PS C:\>Enable-StorageEnclosureIdentification -FriendlyName "E11"



This command enables identification for the enclosure named E11.




Example 2: Enable identification of specified slot numbers

PS C:\>Enable-StorageEnclosureIdentification -FriendlyName "E11" -SlotNumbers @(20, 14)



This command enables identification for the slots numbers 20 and 14 of the enclosure named E11.