Windows PowerShell command on Get-command Disable-PhysicalDiskIdentification
MyWebUniversity

Windows PowerShell command on Get-command Disable-PhysicalDiskIdentification

NAME

Disable-PhysicalDiskIdentification

SYNOPSIS

Turns off the identification LED on the specified physical disk.

SYNTAX

Disable-PhysicalDiskIdentification [-FriendlyName] [-CimSession ] [-ThrottleLimit ]

[]

Disable-PhysicalDiskIdentification [-CimSession ] [-ThrottleLimit ] -UniqueId

[]

Disable-PhysicalDiskIdentification [-CimSession ] [-ThrottleLimit ] []

DESCRIPTION

The Disable-PhysicalDiskIndication cmdlet turns off the identification LED on the specified physical disk. The LED

is typically used for visual identification of the location of a physical disk in an enclosure for removal and replacement operations. This cmdlet requires a storage enclosure that supports SCSI Enclosure Services (SES).

PARAMETERS

-CimSession []

Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false

-FriendlyName

Specifies the friendly name of the disk on which to turn off the identification LED. Required? true Position? 1 Default value none Accept pipeline input? true(ByValue) Accept wildcard characters? false

-ThrottleLimit []

Required? false Position? named Default value none Accept pipeline input? false Accept wildcard characters? false

-UniqueId

Specifies the UniqueID of the disk on which to turn off the identification LED. Required? true Position? named Default value none Accept pipeline input? true(ByValue) Accept wildcard characters? false 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

Example 1: Disable the identification LED on all physical disks in a pool

PS C:\>$StPool = (Get-StoragePool -FriendlyName "SpacePool")

PS C:\> Disable-PhysicalDiskIndication -StoragePool $StPool

The first command gets the storage poll named SpacePool by using the Get-StoragePool cmdlet. The command stores

the pool in the $StPool variable.

The second command disables the identification LED on all physical disks associated with the storage pool in

$StPool.

RELATED LINKS

Online Version: http://go.microsoft.com/fwlink/?LinkID=809339

Get-StoragePool

Enable-PhysicalDiskIdentification



Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 OurUNIX.com ™