Automating VMware Memory Changes

I had to make some memory changes on a batch of VMs. I didn’t want to have to manually shutdown each VM, alter the memory setting and then restart as this would be very time consuming instead I prepared this script. You first need to create a CSV file, e.g. vmalterlist.csv and place it somewhere on … Read more

Altering the vCenter VM without a Management Cluster

What do you do, when you have a virtualised vCenter VM, but you want to adjust something about it without locking yourself out of vCenter. In my case I had a vCenter server that I wanted to adjust the memory on. To do this without locking yourself out, you should follow these steps: 1. First … Read more