Hi I need a script to check the drive space on vm's which are less than 40%. Can someone help me?
Hello,
check this:
Report VM's Guest disks with less than 20% free space using powercli
Just change "$PercentFree -lt 20" by "$PercentFree -lt 40" ...
:smileywink:
Best regards,
Pablo