Hi LucD,
I am able to get the HDD Capacity of Powered Off VMs using
get-vm | Select Name,NumCpu,MemoryGB,UsedSpaceGB
But How do I get this added to my script, use above code only if the VMs are Powered Off else continue to current code
Hi LucD,
I am able to get the HDD Capacity of Powered Off VMs using
get-vm | Select Name,NumCpu,MemoryGB,UsedSpaceGB
But How do I get this added to my script, use above code only if the VMs are Powered Off else continue to current code