#LL #Blog
The #Blog# starts from here
Showing posts with label
WMI
.
Show all posts
Showing posts with label
WMI
.
Show all posts
Tuesday, May 12, 2015
PowerShell List Volumes
Just a quick PowerShell to get the list of volumes on your server
Get-wmiobject Win32_volume | Select Name, @{n="Capacity (GB)";e={$_.Capacity/1GB}},@{n="Freespace (GB)";e={$_.Freespace/1GB}}
Older Posts
Home
View mobile version