Tag Archives: Hyper-V

Automatically placing a pooled VDI Collection in a different OU

For reference, to place a pooled VDI collection in different OU, you can use the following format: OU=level3OU,OU=level2OU,OU=level1OU,DC=mydomain,DC=dom

Hyper-V VM with a snapshot failed to start after resizing a the VHD

Whilst not really paying attention the one day, I needed to increase the size of a VHD. I shut down the machine and tried to edit the disk but the option was greyed out, after some hacking around I managed …

Read more »

Compacting an Exchange VHD

This weekend it was time to compact the VHD for my Exchange data drive, I’d removed a load of old data during the week and the VHD was upto about 130GB, with only 19GB used now. The first attempt, after …

Read more »

A connection will not be made because credentials may not be sent to the remote computer

I just went to connect to one of my Hyper-V VM’s on one of my Hyper-V Server 2008 boxes via the Hyper-V Management Console on my Vista PC and it came back with the error: “A connection will not be …

Read more »

Managing Hyper-V Server 2008 R2 in a Workgroup

I setup a new Hyper-V server at home last night. The install itself was straight forward, I’m basically trying to run even less servers to keep the old energy bills down. It’s a shame there is no USB support in …

Read more »

Installing Ubuntu 10.04 with ZoneMinder 1.24 on Hyper-V

I decided I need to cut down the number of servers I run at home, yet again. ZoneMinder currently sits on its own Ubuntu box and so I thought I’d create a Hyper-V server and then create a few VM’s …

Read more »

Configuring disk partitions from the command line

Yet another command line post. Basically, after configuring the Raid array on my DL380 G5, running Hyper-V I needed to create the data drive to hold all the VHD’s. From the command prompt, typing: C:\>d: Gave the error: The device …

Read more »

Updating Drivers on a HP DL380 G5 Remotely

On a Hyper-V Server 2008 R2 box, as I’ve mentioned before, you are very limited as to what you can do. I’ve had the Hyper-V server running for a few months now and everything has been just dandy. It was …

Read more »

Listing available drives from the Command Prompt

This came in handy just now. Run this command from the command line to list the available drives on a machine: c:\>fsutil fsinfo drives Very useful when working on my Hyper-V box. Also note: Show the type of drive: c:\>fsutil …

Read more »