More
Page 2 Browsing Tag

PowerCLI

VMware PowerCLI – Get Cluster host status script

By Antti Hurme 05/02/2013 5 Comments 1 Min Read

Made a small script to keep up with the hosts in a cluster, to get a daily report of their usage, Virtual machine count, and other overview information. This script can be scheduled with Task scheduler if you want.   ############################################################## ### ### VMHost status query script ### Version 0.2 ### 21.1.2013 ### ############################################################## ### ### CONFIGURATION ### ### $export_path = “C:\Datacenter\ESXi_Host_Status” $export_datef = get-date -format yyyy-MM-dd-H-mm $login_user = “”…

Continue Reading