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
Month: September 2018
Scripting
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
