Category Archives: PowerShell

BULK upgrading VM’s memory

By | December 20, 2008

Today I had to upgrade all our Jumphost VM’s from 256MB to 512MB of memory (more than 200 VM’s). There are two ways accomplice this. 1. Do it manually (Very time consuming) 2. Script it with PowerShell As the lazy person I am I decided that scripting was the way forward. The script I came… Read More »

Converting vcinfo from Perl to PowerShell

By | October 1, 2008

The past few days I have been trying to learn the basic of PowerShell and the VIToolkit for Windows. And after playing around with it, I thought that the best way to learn PowerShell was to have a goal. And what better goal than converting the vcinfo script I created with VIPerlToolkit. A beta version… Read More »