An image is required to deploy Azure Virtual Machine on Cloud. You can use a market place image that Azure provides. However, if you want to use a custom image with customization based on your company standards and baselines, you need to create a custom image. Custom image can be used to bootstrap deployments and…
Tag: Template
Create Azure Windows VM Image with Packer and Powershell
An image is required to deploy Azure Virtual Machine on Cloud. You can use a market place image that Azure provides. However, if you want to use a custom image with customization based on your company standards and baselines, you need to create a custom image. Custom image can be used to bootstrap deployments and…
Upgrade VMware Virtual Machine Hardware Version
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…
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…