This is a script to show the uptime of a VM in the Virtual estate. I have put a few different variations of this Script to meet the needs I had. The script below has is the original script I found on the following site: http://vmware-scripts.blogspot.co.uk/2012/08/script-to-get-uptime-of-each-vm-in.html $LastBootProp = @{   Name = ‘LastBootTime’     Expression […]

Read More

This one line script is the first thing I do when joining a company to give me an overview of what is out there in the vCenter estate. It shows a VM against its Host, Cluster and Datacenter, we all know these can change with DRS and sDRS but as I say its a great […]

Read More