Here is a script written in PowerShell for VMware’s PowerCLI module. Basically I needed a quick and dirty backup solution to get some important VMs stored on a different datastore regularly. It also goes back and cleans up old clones. It isn’t perfect, but this version 2 of the script added some fixes for the […]
I am finally getting around to digging into our datacenter environment and looking at capacity planning.. I wanted to know how many “logical” processors were in the environment compared to how many virtual CPUs I have allocated. I found the base of this script just searching around the internet and modified the math to multiply […]