Disable-StorageEnclosureIdentification

Disable-StorageEnclosureIdentification

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

語法

Parameter Set: ByFriendlyName
Disable-StorageEnclosureIdentification [-FriendlyName] <String[]> [-AsJob] [-CimSession <CimSession[]> ] [-PassThru] [-SlotNumbers <UInt32[]> ] [-ThrottleLimit <Int32> ] [ <CommonParameters>]

Parameter Set: ByUniqueId
Disable-StorageEnclosureIdentification -UniqueId <String[]> [-AsJob] [-CimSession <CimSession[]> ] [-PassThru] [-SlotNumbers <UInt32[]> ] [-ThrottleLimit <Int32> ] [ <CommonParameters>]

Parameter Set: InputObject (cdxml)
Disable-StorageEnclosureIdentification -InputObject <CimInstance[]> [-AsJob] [-CimSession <CimSession[]> ] [-PassThru] [-SlotNumbers <UInt32[]> ] [-ThrottleLimit <Int32> ] [ <CommonParameters>]

詳細描述

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

參數

-AsJob

別名

必要?

false

位置?

named

預設值

接受管線輸入?

false

接受萬用字元?

false

-CimSession<CimSession[]>

在遠端工作階段或遠端電腦上執行 Cmdlet。輸入電腦名稱或工作階段物件,例如 New-CimSessionGet-CimSession Cmdlet 的輸出。預設為本機電腦上的目前工作階段。

別名

Session

必要?

false

位置?

named

預設值

接受管線輸入?

false

接受萬用字元?

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.

別名

必要?

true

位置?

1

預設值

接受管線輸入?

True (ByPropertyName)

接受萬用字元?

false

-InputObject<CimInstance[]>

Specifies an array of storage enclosures as CimInstance objects. This cmdlet turns off the identification LEDs for the enclosures that the objects specify or for slots that belong to the specified enclosures. To obtain a storage enclosure object, use the Get-StorageEnclosure cmdlet.

別名

必要?

true

位置?

named

預設值

接受管線輸入?

True (ByValue)

接受萬用字元?

false

-PassThru

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

別名

必要?

false

位置?

named

預設值

接受管線輸入?

false

接受萬用字元?

false

-SlotNumbers<UInt32[]>

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

別名

必要?

false

位置?

named

預設值

接受管線輸入?

false

接受萬用字元?

false

-ThrottleLimit<Int32>

指定為執行此 Cmdlet 可建立的最大同時作業數。如果省略這個參數或輸入 0 的值,則 Windows PowerShell® 會根據在電腦上執行的 CIM Cmdlet 數目,計算 Cmdlet 的最佳節流限制。節流限制僅適用於目前 Cmdlet,不適用於工作階段或電腦。

別名

必要?

false

位置?

named

預設值

接受管線輸入?

false

接受萬用字元?

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.

別名

Id

必要?

true

位置?

named

預設值

接受管線輸入?

True (ByPropertyName)

接受萬用字元?

false

<CommonParameters>

此 Cmdlet 支援一般參數:-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer 與 -OutVariable。如需詳細資訊,請參閱 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

輸入

輸入類型是您可以使用管線處理方式傳遞給 Cmdlet 的物件類型。

輸出

輸出類型是 Cmdlet 所發出的物件類型。

  • 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

This command disables identification for the enclosure named E11.

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

Example 2: Disable identification of specified slot numbers

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

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

相關主題

Enable-StorageEnclosureIdentification

Get-StorageEnclosure

Get-StorageEnclosureVendorData