ESXi 5.0

Enable remote console connection to ESXi 5 host through the GUI

I recently installed 2 ESXi 5 servers into my lab to assist with my ESXi 5 certification update. In my home lab i do not have a spare monitor so each time i have to display the console i have to unplug the monitor from my main PC and plug it in which is a …

VCAP-DCA

Installing and configuring PowerCLI

In this article i am going to go over the steps to install and configure PowerCLI to run on my virtual center server. This will enable me to interrogate all the virtual machines and VMware environment by using Powershell. 1) The first step is to download Powershell v2.0 from Microsoft. Note this is only applicable …

Storage

Netapp vfilers & Quest Storage Manager

Hello, In this post I am going to describe a recent problem that we encountered with using Quest Storage Manager on our NetApp vfiler.  The problem is that Quest Storage Manager tries to automatically create and write a licence file up to \\vfiler\c$\programme files\quest. The problem is that on a vfiler the c$ is not …

Virtualization

Virtualization Webcasts

Here is a link to a great set of webcasts from Microsoft. 15 hours of content in there = plenty of learning! Enjoy http://blogs.technet.com/b/nicholasp/archive/2011/05/11/online-jump-start-microsoft-virtualisation-management-and-vdi.aspx Virtualization Jump Start (01): Virtualization Overview Virtualization Jump Start (02): Differentiating Microsoft & VMware Virtualization Jump Start (03a): Hyper-V Deployment Options & Architecture | Part 1 Virtualization Jump Start (03b): Hyper-V …

Powershell, Scripting

Get-Hotfix–Retrieve hotfix information using Powershell

Recently I wanted to verify that I had a certain hotfix installed on my server. I thought i could see if there was a nice and easy way in Powershell to do this and there was. The cmdlet get-hotfix will retrieve the information you need. PS C:\Users\Administrator> Get-HotFix Source        Description      HotFixID      InstalledBy          InstalledOn ——        ———–      …

Windows 7, Windows Server 2008 R2

SP1 released for Windows 7 & 2008 R2

Microsoft have now officially released SP1 for Win7 and 2008 R2 to the public. A lot of companies i have worked with previously normally wait till the first service pack is released of a product before they decide to roll it out. SP1 includes a number of enhancements and bug fixes. Enhancements include: Dynamic Memory …