PowerShell Logo Small

Disable-StorageEnclosureIdentification



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

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

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Disable-StorageEnclosureIdentification cmdlet turns off 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=242547
Enable-StorageEnclosureIdentification
Get-StorageEnclosure
Get-StorageEnclosureVendorData

REMARKS

<

Examples


Example 1: Disable identification of an enclosure

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



This command disables identification for the enclosure named E11.




Example 2: Disable identification of specified slot numbers

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



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