VCF 9 has shifted toward a more robust, API-driven deployment methodology, favoring JSON specification files over the old Cloud Builder UI and the manual Excel method. While you
Scripting
VCF Healthcheck using Powershell
By using Vmware.CloudFoundation.Reporting module we can fetch VCF configuration and health reports. Below are the Pre-requisites for running the same. Below Powershell Modules needs to be installed to
Configuring NIC’s on VM’s
Hello Folks, I came across situation where we migrated Bunch of VM’s to new Vcenter and we need to configure NIC’s on all VM’s. I am sharing script
Adding routes on multiple ESXi hosts
Today I am sharing script to configure routes on multiple hosts. Below is the script Connect-VIServer testvc$hosts = Get-VMHost -Location TEST foreach( $vmhost in $hosts){ New-VMHostRoute -VMHost $vmhost
Fetching HBA details for ESXi
Today i came across the scenario where one of our host not seeing few luns from particular storage array. Upon analyzing though we have redundant hba’s hosts were
Changing ESXi root credentails
I had come across the scenario where we need to change ESXi root passwords frequently.. when we have 100+ ESXi hosts in the environment it is not going
Disable/Enable/View ATSHB in ESXi
In this post we are going to see how to enable/disable ATSHB feature in ESXi using powershell.I am sharing two commands in single script you can modify
Dead Paths list using powershell
Dead Paths are always been an headache for vmware admin. Some cases that leads host into not responding state. Here i am sharing powershell script to pull dead
Fetching Vmotion IP address for ESXi hosts
Most of the cases we use private IP addresses for vmotion vmkernel. Sometimes we run into IP conflict , which cause issues with vmotion. Here i am going
Powershell and Powercli integration
Lets integrate Powercli with powershell, So that our day to day tasks can be automated using powershell in efficient way. 1. Open your powershell and run below command.
