Below you will find some of the VIPerlToolkit scripts that I have created in the past.
Some is intended to dynamically add information to Virtual Center and some is intended to print the information on screen.
Adds additional information to Virtual Center:
vcinfo.pl (Adds information about Snapshot, Network, VMX path, VMDK size, VMDK freespace, VMDK path to Virtual Center) |
Print information on screen:
list_disk_size.pl (Prints a list of all VMs and the size of each attached VMDK file in GB) |
list_total_disk_size.pl (Prints a list of all VMs and the total size of all attached VMDK files in GB) |
list_disksize_diskfree_vmtools.pl (Prints a list of all VMs and for each attached VMDK file show disk number, size in MB and unused diskspace in MB) (Requires VMware Tools to be running) |
list_has_snapshots.pl (Prints a list of all VMs that have Snapshots) |
Pingback: A. Mikkelsen » Blog Archive » The power of VIPerlToolkit