Change bulk VM Specs
One common need is to modify a group of VMs according to certain parameters. A couple VMs can be done on the GUI but a few hundred or thousand can… Read more »
One common need is to modify a group of VMs according to certain parameters. A couple VMs can be done on the GUI but a few hundred or thousand can… Read more »
Keeping a stable environment is a key part of any business and in virtualization drivers/firmware matter quite a bit! This is a very handy script that will iterate through a… Read more »
VMTools… When we have a few VMs it is fairly easy to keep track and keep tools updated, but how about when we have thousands of VMs? Well in this… Read more »
As a sysadmin certain tasks can really bug you because they are so frequent and repetitive! Being from a lazy nature I personally like to automate as much as possible… Read more »
Arrays are quite useful and Powershell makes it really easy working with these. An array is basically an bunch of elements grouped together. Rather than having $a=1; $b=2, we can… Read more »