Wednesday, September 24, 2008
Rob
One really annoying thing about the VMware Tools installation is that it reverts the video mode back to 640×480 for Windows Server Core installations; barely enough space for the command prompt. This can be fixed very quickly. Run regedit (one of the few GUI tools in Server Core) and find the keys DefaultSettings.XResolution and DefaultSettings.YResolution. Hint: they’ll be in a subkey of HKLM\System\CurrentControlSet\Control\Video\. Change these values from 640 and 480 respectively (another hint: change the value from hex to decimal!), reboot and you’re good to go.
Like this:
Be the first to like this post.
Wednesday, September 24, 2008
Rob
I’ve found myself using Windows Server 2008 Core quite a lot recently, and apart from using the GUI CoreConfigurator I’ve realised that I’m often completely forgetting a whole bunch of commands related to Server Core setup. Now nine times out of ten I’m working from a prepared Sysprep image with Group Policies setting everything I need; but every so often I forget or am setting up a test lab and need these commands. Anyways, here’s a list of codes that I use very often.
Read more…
Like this:
Be the first to like this post.
Tuesday, June 24, 2008
Rob
Well, it’s been a while since I posted anything here, mainly due to the stresses of work and also not really having anything interesting to say. Anyways, as part of a project here I’ve had to work with Linux over the last week or so – so here’s how I went about installing SuSE Enterprise Linux on Hyper-V.
Read more…
Like this:
Be the first to like this post.
Wednesday, February 27, 2008
Rob
Well, with Windows Server 2008 actually being released today I thought I’d put down in writing how I configured a server for one of our branch offices here. I decided that for a small office we’d need DHCP, DNS and a domain controller. However, this being a branch office with no IT function within it, this gave me the perfect opportunity to play with the Windows Server 2008 Read-Only Domain Controller (RODC) role within a Windows Server 2008 Core installation.
Read more…
Like this:
Be the first to like this post.
Wednesday, October 31, 2007
Rob
If you’re managing a large number of users, you might sometimes have to create Outlook signatures for these users. Doing this manually can be a right pain in the arse, so I decided to write a quick script which, when executed (HINT: set it to run at logon in Group Policy), will automatically create a signature called ‘Default’ for Outlook 2003 and up to use. Disclaimer: I’ve only tested it on Outlook 2003 and Outlook 2007 running on a domain so if it doesn’t work, sorry…
Read more…
Like this:
Be the first to like this post.
Sunday, October 7, 2007
Rob
For the last few days I’ve been trying to get some mp4 files, which Microsoft say are supported in the latest update for the Xbox 360, with little success. However, this morning, I’ve finally managed to get it to work – here’s what I did for those struggling with this too.
Read more…
Like this:
Be the first to like this post.
Wednesday, August 15, 2007
Rob
Reference for myself (and anyone else that’s interested) – here’s my unattend.xml file for installing Windows XP SP2 completely unattended. Using this in conjunction with a sysprep.inf file, you can achieve a completely unattended XP install using Windows Deployment Services.
Read more…
Like this:
Be the first to like this post.
Wednesday, August 1, 2007
Rob
Microsoft’s forthcoming server platform, Windows Server 2008, is out pretty soon now. So, as I’m going to be deploying this pretty soon after its release, I thought it a good idea to start playing with one of the more interesting parts of Windows Server 2008, the Core installation.
Read more…
Like this:
Be the first to like this post.
Over the last few weeks at work I’ve been working on host clustered Virtual Server 2005 R2 SP1 guests. Here’s how I go about setting up a new guest – it’s not particularly complicated but it is very long-winded. Caution: this article contains almost exactly the same information as Microsoft’s guide. I just re-wrote it to make it (a) more specific to my environment and (b) more readable for the people I work with.
Read more…
Like this:
Be the first to like this post.
One of the projects I have been working on recently is to try and improve overall application availability, without spending a large sum of money. I’m constrained on the operating systems I can use (mainly restricted to Windows Server Standard Edition but some Linux too) and my budget is non-existent. So, after a bit of reading of what is and isn’t possible, I decided to investigate Microsoft’s Virtual Server in a host clustered environment.
Read more…
Like this:
Be the first to like this post.