PowerCLI is commonly used by vSphere admins to automate tasks. In this AWS re:Post Article, I demonstrate importing and exporting […]
Tag: VM
PowerCLI script to export all Vms
Here is a PowerCLI script I hacked together to list out all of our VMs by cluster. # List out […]
Quick and dirty PowerCLI script to list out all VM MAC addresses
I needed a quick list of all MAC addresses in our VMWare environment and threw together this PowerCLI script. $LOG_FILE […]