< Back
Disable-PhysicalDiskIdentification
Post
NAME Disable-PhysicalDiskIdentification
SYNOPSIS
Turns off the identification LED on the specified physical disk.
SYNTAX
Disable-PhysicalDiskIdentification [-FriendlyName] <String> [-CimSession <CimSession>] [-ThrottleLimit <Int32>] [<CommonParameters>]
Disable-PhysicalDiskIdentification [-CimSession <CimSession>] [-ThrottleLimit <Int32>] -UniqueId <String> [<CommonParameters>]
Disable-PhysicalDiskIdentification [-CimSession <CimSession>] [-ThrottleLimit <Int32>] [<CommonParameters>]
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 [<CimSession>]
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-FriendlyName <String>
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 [<Int32>]
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-UniqueId <String>
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
<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
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
SYNOPSIS
Turns off the identification LED on the specified physical disk.
SYNTAX
Disable-PhysicalDiskIdentification [-FriendlyName] <String> [-CimSession <CimSession>] [-ThrottleLimit <Int32>] [<CommonParameters>]
Disable-PhysicalDiskIdentification [-CimSession <CimSession>] [-ThrottleLimit <Int32>] -UniqueId <String> [<CommonParameters>]
Disable-PhysicalDiskIdentification [-CimSession <CimSession>] [-ThrottleLimit <Int32>] [<CommonParameters>]
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 [<CimSession>]
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-FriendlyName <String>
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 [<Int32>]
Required? false
Position? named
Default value none
Accept pipeline input? false
Accept wildcard characters? false
-UniqueId <String>
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
<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
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