HDD RPM using powershell

Hey guys,

Do we have script with which i can pull HDD RPM of my remote server by using PowerShell script? i tried to check via WMI object, but couldn't get any clue related to HDD RPM. 

Thank you.

December 3rd, 2014 7:30am

You can use Get-PhysicalDisk retrieve disk info. The returned MSFT_PhysicalDisk object has SpindleSpeed property, indicating rotation speed for rotating disks, but not all rotating disks provide this information. 
Free Windows Admin Tool Kit Click here and download it now
December 3rd, 2014 9:35am

(gwmi -Namespace "root\Microsoft\Windows\Storage" -Class "MSFT_PhysicalDisk").spindlespeed
August 25th, 2015 12:47pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics