Change Network for multiple vm’s
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 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…
Hereby my take on a scripted version of creating a networkpool in VCF! Please look at the code before using because there are some assumptions in there that may mess up your ip subnets.…
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 ran into an issue with my homelab where i tried to run some simple restmethods with powershell but offcourse my homelab does not have decent certificates (why should i…
Taking a look at doing things with REST API's instead of Powershell and eventually bringing it back to powershell brought me all this usefull information. Using Postman is essential to…