Change ESXi License Keys
I made a script that will output the current license keys per cluster and changes them to a new one which the script will ask for. Just make sure you…
I made a script that will output the current license keys per cluster and changes them to a new one which the script will ask for. Just make sure you…
This describes the commands needed to remove a vib from a offline zip bundle that you aqcuired from vmware or maybe you exported it from the single image within vCenter.…
I made a simple script for 1 job : changing the portgroup for multiple vm's in the same portgroup.The script will ask which portgroup you want to move vm's from…
I needed to make a automated way to check vm's for mounted ISO's, existing snapshots and running vmware tools for a cross vcenter migration. so i started to look for…
I have been scripting alot of post tasks after creating a new cluster for a existing Workload domain in VCF. Here they are : The first one is to join…
I got a question from a colleague if we could export the disk information of a certain vm which had 37 vmdk's and they needed the size and names of…
I was in need of a way to check if a VM is placed in 2 DRS groups so i made a little script to read out the vm cluster…
Last couple of days i have been making some small but very usefull "scripts" to perform some tedious tasks where i did not feel like clicking in the GUI to…
Something i struggled with in the past is setting the productlocker, hassle with scripts and ssh and avoiding host reboots. Today we had to configure another 20 hosts with this…
I went searching the internet for a way to get the VIB versions of all hosts within specific clusters and ended up with a nice piece of code. $vCenter =…