If you are managing VMware environment you might have encountered a situation where you had to upgrade VMware Hardware version on Templates you use to deploy VMs. This could be due to environmental changes – like ESXi upgrade or any other reason. Or it could be just because you have not upgraded VMware hardware version…
Category: VMware
List VMware VM Templates in VCenter
If you want to generate a quick inventory of all VMware Virtual Machine Templates created in your vCenter environment you can use PowerCLI command-lets and pull that data quickly. Today I am sharing a script which helped me a lot as I have several vCenters to support globally and each one has several Templates for…
Find VMware Host and Cluster names for VMs
In today’s post I am going to share a small script block I used long back. I wanted to get VMware ESXi Host and Cluster name for a Virtual Machine from vCenter. Not necessarily the Host will remain same if I check it again after few hours. However, I just wanted to get that information…
Complete VMware inventory using Powershell
Today, I am going to share a script, which personally used a lot, not only as a standalone script, but, in conjunction with other scripts in a workflow to generate multiple CSV files of our VMware environment globally. After that, pass CSV files to next script to ingest in my SQL Database inventory system. Once…