Tag: Servers
-
Checking Available Disk Space and Memory with Powershell.
I frequently need to display the disk size, available disk space properties and Processor details of my remote Hyper-v 2012 Hosts servers. I could use the Computer Management snapin to do this, but it involves too many steps just to get there. The Get-VM cmdlet while cool, will not display disk based properties. So I…