In Part VI of this series, we showed how to sync a fork of our VEBA repository to the upstream […]
Category: PowerCLI
VMware PowerCLI – the Powershell command-line interface for VMware.
Moving VMs to a different vCenter
I had to move a number of clusters into a different Virtual Center and I didn’t want to have to […]
Moving PVS VMs from e1000 to VMXNET3 network adapter
A client needed to remove the e1000 NIC from all VMs in a PVS pool and replace it with the […]
Mass update VM description field
I had a need to update description fields in many of my VMs and the vSphere client doesn’t exactly lend […]
vSphere Datastore Last Updated timestamp – Take 2
I referenced this in an earlier post, but we continue to have datastore alarm problems on hosts running 4.0U2 connected […]
Guest NICs disconnected after upgrade
We are upgrading our infrastructure to ESXi 4.1 and had an unexpected result in Development cluster where multiple VMs were […]
PowerCLI proxy problems
oday, I couldn’t connect to my vCenter server using Connect-VIServer. It failed with “Could not connect using the requested protocol.” […]
VMware Automatic HBA rescan
When you add a new datastore, vCenter initiates an automatic rescan on the ESX hosts in the cluster. This can […]
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 […]