Hard Disk

How to use Windows PowerShell to find information about Hard Drive

How to use Windows PowerShell to find information about Hard Drive

Windows PowerShell is a powerful utility that comes preinstalled on Windows 10. Microsoft has been pushing it hard to become useful for developers and IT professionals. Windows PowerShell can also be used to manage hard drive and SSDs. In this post, we will check how to use PowerShell to find information about any class of hard drive.

Use PowerShell to find information about hard drive

There are two things that you can do using PowerShell to get physical disk information, including serial number, disk size, free space, and more.

  1. Get General Information.
  2. Retrieve detailed information.

The command works with all the storage devices connected to your computer. You can identify the type of device by looking at the Device type column. The column displays an integer that corresponds to the type of disk drive the logical disk represents.

1] Get General Information

Open Windows PowerShell and execute the following command to get general information about the connected hard drives:

get-wmiobject -class win32_logicaldisk

The results will display DeviceID, DriveType, ProviderName, FreeSpace, Size, VolumeName.

2] Retrieve detailed information

Open Windows PowerShell once again, and type in the following code and hit Enter:

wmic diskdrive get 

The following are the parameters, and in case of multiple parameters, they should be separated by a comma:

The result will be sorted, a tabular form of the requested data inside the Windows PowerShell command line.

You can read more about the commands on docs.microsoft.com.

Battle For Wesnoth 1.13.6 Development Released
Battle For Wesnoth 1.13.6 released last month, is the sixth development release in the 1.13.x series and it delivers a number of improvements, most no...
Cum se instalează League Of Legends pe Ubuntu 14.04
Dacă ești fan al League of Legends, atunci aceasta este o oportunitate pentru tine de a testa rula League of Legends. Rețineți că LOL este acceptat pe...
Instalați cel mai recent joc de strategie OpenRA pe Ubuntu Linux
OpenRA este un motor de jocuri de strategie în timp real Libre / Free care recreează primele jocuri Westwood, cum ar fi clasicul Command & Conquer: Re...