Automation

 View Only
  • 1.  Script to check the Drive space!!

    Posted Jul 25, 2014 04:16 AM

    Hi I need a script to check the drive space on vm's which are less than 40%. Can someone help me?



  • 2.  RE: Script to check the Drive space!!

    Posted Jul 25, 2014 07:08 AM

    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