< Back

Disable-StorageEnclosureIdentification

Wed Jan 30, 2019 6:01 pm

NAME Disable-StorageEnclosureIdentification



SYNOPSIS

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





SYNTAX

Disable-StorageEnclosureIdentification [-FriendlyName] <String[]> [-CimSession <CimSession[]>] [-PassThru] [-SlotNumbers <UInt32[]>] [-ThrottleLimit

<Int32>] [<CommonParameters>]



Disable-StorageEnclosureIdentification [-CimSession <CimSession[]>] [-PassThru] [-SlotNumbers <UInt32[]>] [-ThrottleLimit <Int32>] [<CommonParameters>]



Disable-StorageEnclosureIdentification [-CimSession <CimSession[]>] [-PassThru] [-SlotNumbers <UInt32[]>] [-ThrottleLimit <Int32>] -UniqueId <String[]>

[<CommonParameters>]





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).





PARAMETERS

-CimSession [<CimSession[]>]

Runs the cmdlet in a remote session or on a remote computer. Enter a computer name or a session object, such as the output of a New-CimSession or

Get-CimSession cmdlet. The default is the current session on the local computer.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-FriendlyName <String[]>

Specifies an array of friendly names. This cmdlet turns off the identification LEDs for the enclosures that the names specify or for slots that

belong to the specified enclosures.



Required? true

Position? 1

Default value none

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



-PassThru [<SwitchParameter>]

Returns an array of StorageEnclosure objects. By default, this cmdlet does not generate any output.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-SlotNumbers [<UInt32[]>]

Specifies an array of slot numbers. This cmdlet turns off the identification LEDs for the slots that the numbers identify.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-ThrottleLimit [<Int32>]

Specifies the maximum number of concurrent operations that can be established to run the cmdlet. If this parameter is omitted or a value of 0 is

entered, then Windows PowerShell???? calculates an optimum throttle limit for the cmdlet based on the number of CIM cmdlets that are running on the

computer. The throttle limit applies only to the current cmdlet, not to the session or to the computer.



Required? false

Position? named

Default value none

Accept pipeline input? false

Accept wildcard characters? false



-UniqueId <String[]>

Specifies an array of IDs. This cmdlet turns off the identification LEDsfor the enclosures that the IDs specify or for slots that belong to the

specified enclosures.



Required? true

Position? named

Default value none

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<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).



INPUTS









OUTPUTS

MSFT_StorageEnclosure[]



This cmdlet does not generate any output. If you specify the Passthru parameter, the cmdlet returns an array of MSFT_StorageEnclosure objects.





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.







RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?linkid=809340

Get-StorageEnclosureStorageNodeView

Get-StorageEnclosureVendorData

Enable-StorageEnclosureIdentification