PowerShell Logo Small

Get-StorageReliabilityCounter



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

Gets the storage reliability counters for the disk or physical disk that you specify.

SYNTAX


Get-StorageReliabilityCounter [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -Disk <CimInstance> [<CommonParameters>]
Get-StorageReliabilityCounter [-AsJob] [-CimSession <CimSession[]>] [-ThrottleLimit <Int32>] -PhysicalDisk <CimInstance> [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


Gets the storage reliability counters for the disk or physical disk that you specify. These counters include information about such things as the device temperature, errors
encountered, wear, and length of time the device has been in use.



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1: Get the counters for all physical disks

PS C:\>Get-PhysicalDisk | Get-StorageReliabilityCounter



This example pipes the output of the Get-PhysicalDisk cmdlet to the Get-StorageReliabilityCounter cmdlet, getting the counters for all physical disks.