Creating a local disk VMFS manually:

If the VMFS creation on the local disk fails through the GUI, we can create it via command line as a workaround. Putty into your ... Read More

Next Generation of Citrix Certifications

Next Generation of Citrix Certifications

Great ā€“ More test to take.Ā  This was sent to me by Aaron Silber. Introducing the Next Generation of Citrix Certifications posted in Citrix Education ... Read More

Nice Uptime!

Nice Uptime!

Hereā€™s something you donā€™t see everyday! 455 days of continuous UPTIME!Ā  Ran across this server at a client today running ESX 2.5.2.Ā  Unfortunately I am ... Read More

Time for a new Server? Iā€™ll take TWO!

When crafting VMware solutions for clients, I always stress the importance of buying HOST servers in at least pairs.Ā  This guarantees that every server will ... Read More

Setting Full Hardware Acceleration with VBS in a POST P2V script.

Setting Full Hardware Acceleration with VBS in a POST P2V script.

Here is another useful bit of code script that I came across surfing the big bad internet.Ā  Dim RegValueData Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\.rootdefault:StdRegProv") objReg.GetStringValue &H80000002,"HARDWAREDEVICEMAPVIDEO","DeviceVideo0",RegValueData objReg.SetDWORDValue &H80000002,Right(RegValueData, ... Read More