Find the file and folder location of a VMWare template

Seems on the face of it to be something that you can find in the GUI, but its not quite that easy! Based on this link: https://psvmware.wordpress.com/2013/07/04/where-are-virtual-machine-templates-located/ You can find it out by running the following, this will provide you with the name of the template, the host it is currently on and where the … Read more

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

Error Booting VMWare vCenter Server Appliance 6.0u1 after Deployment

The VCSA appliance deployment has changed to be a Microsoft Windows only affair. Unless you perform a few steps first you could end up with the issues below. PROBLEM: During the deployment of the VCSA appliance you get the following error messages displayed: Failed to set the time via NTP. Details: Internal Error. Code 1 … Read more

Obtain VMware VM IOPS Statistics from PowerCLI

If you need to determine the IOPS that are being used of the storage by the Virtual Machines you can run a PowerCLI script to connect to the vCenter and then collect the IOPS statistics. The script collects the read/write average IOPS and the read/write maximum IOPS for each virtual machine, because of this the … Read more

One time reboot of Linux (Ubuntu)

If you occasionally need to reboot a Linux box as a one off one evening you can perform the following commands using the at command. Note if you set a time that has just past it will perform the reboot the following day. So lets say its 16:15 and you want to schedule a reboot … Read more

Exchange 2013 – What does good mailflow look like?

You’ll probably find yourself using the message tracking logs to find if an email has gone missing. But what should a normal working mail transaction look like? Well below shows it, where the mailboxes are stored on the same server. EventId Source Sender Recipients MessageSubject NOTIFY STOREDRIVER {} RECEIVE STOREDRIVER fred@sender.com {bob@receive.com} Hello! SUBMIT STOREDRIVER … Read more