Monthly Archives: December 2008

Lost permissions to a folder in VC

By | December 5, 2008

Yesterday I by mistake added the VirtualCenter servers local Users group to a folder in VC with ReadOnly permissions. This resulted in that I couldn’t delete or change any permissions on the folder. To solve the problem do the following (On a MSSQL2000 – should be almost the same on MSSQL2005): Open the SQL Server… Read More »

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 »