Blog

Welcome to the AutoIt Consulting Blog

Configuring an AirPort Extreme for NAT Only Mode

Posted by on Feb 8, 2013 in Networking | 1 comment

Configuring an AirPort Extreme for NAT Only Mode

This post will show how you can use an configure an AirPort Extreme for NAT only mode so that you can allow an additional DHCP server on your network to handle IP address allocation. The instructions are for the AirPort Extreme in the Time Capsule, but I believe this should be the same for a standard AirPort Extreme as well.  I recently got an Apple Time Capsule to replace my old linksys cable router. It’s a great little unit but one thing was causing me an issue with my home setup and I couldn’t initially get it to play nice with...

read more

Website Server Rebuild Diary

Posted by on Nov 19, 2012 in Hosting | Comments Off

Website Server Rebuild Diary

Not a usual scripting or deployment post this time – this is a website server rebuild diary. I wanted to make a quick post to document a server rebuild and to log the sort of work that goes into maintaining this and the www.autoitscript.com site. Even small (ish) sites can be quite a bit of effort. Current environment is CentOS 5.8 (upgraded many times from earlier versions of 5.x) running on a dedicated server (Quad core, 8GB RAM, mirrored disks). CentOS packages aren’t upgraded throughout the lifetime of a major release (all 5.x...

read more

Using Custom XML and Config Files with USMT and ConfigMgr

Posted by on Feb 2, 2012 in Deployment | 3 comments

Using Custom XML and Config Files with USMT and ConfigMgr

Using USMT In System Center Configuration Manager (SCCM / ConfigMgr)  when performing an Operating System Deployment (OSD) can be a bit of a chore. The built in Task Sequence actions available for capturing and restoring user state only allow you to perform a very basic migration. Most of the time USMT requires quite a bit of  tweaking to get right and once you’ve got everything working in a standalone script it can seem like a step backwards when you see the default ConfigMgr capture and restore actions. When using USMT in anger it...

read more

Create a USMT Package in ConfigMgr

Posted by on Feb 1, 2012 in Deployment | Comments Off

Create a USMT Package in ConfigMgr

In System Center Configuration Manager (SCCM / ConfigMgr)  when performing an Operating System Deployment (OSD) there is usually some form of user data and settings migration. This is often performed using the Microsoft User State Migration Toolkit (USMT). The first step in using USMT is to create the USMT tool ConfigMgr package. This post details how to create such a package for USMT 4.   These instructions are for ConfigMgr 2012 but they are pretty much identical for ConfigMgr 2007 as well.   First, get hold of the USMT 4 files....

read more

Create a Windows 7 BitLocker Partition in ConfigMgr

Posted by on Jan 30, 2012 in Deployment | Comments Off

Create a Windows 7 BitLocker Partition in ConfigMgr

In System Center Configuration Manager (SCCM / ConfigMgr)  something I’ve done a few times is to create a BitLocker partition for Windows 7 during an Operating System Deployment (OSD) Task Sequence. I’ve seen the method used here a few times before but I wanted to document it for myself so that I can use it for an upcoming article on configuring BitLocker with TPM+PIN from ConfigMgr.   These instructions are the same for both ConfigMgr 2007 and 2012. Edit your deployment Task Sequence and select the Partition Disk 0 node. By...

read more

ConfigMgr 2012 SQL Database Collation

Posted by on Jan 26, 2012 in Deployment | Comments Off

ConfigMgr 2012 SQL Database Collation

I just tried to update my ‘default’ installation of System Center Configuration Manager (SCCM / ConfigMgr) 2012 RC1 to RC2. I got a failure at the pre-req check stage stating that my SQL 2008 R2 database was using the wrong collation type and that installation couldn’t continue. It turns out that the default collation that I had used when I installed SQL 2008 R2 (a next…next…next…finish install) was no good. I’m not sure why ConfigMgr 2012 RC1 was happy with that configuration but RC2 certainly...

read more

MDT and ConfigMgr Build Drivers for Windows 7

Posted by on Jul 3, 2011 in Deployment | 1 comment

MDT and ConfigMgr Build Drivers for Windows 7

When doing Windows 7 builds in either MDT 2010 or ConfigMgr 2007 you have to download and install a selection of drivers that are to be installed in your images. Some drivers are used for the WinPE boot image so that the boot image can access the local harddisk (a boot critical driver) and also drivers that allow the machine to connect to the network so that it can continue the MDT/ConfigMgr build process. I tend to use the latest versions of certain boot critical drivers direct from the main vendor (i.e. Intel and Broadcom) for my boot images...

read more

Setting a UK Keyboard in ConfigMgr 2007 OSD

Posted by on Jun 28, 2011 in Deployment | Comments Off

Setting a UK Keyboard in ConfigMgr 2007 OSD

In the UK, we actually get the US version of Windows 7 and Office 2010, so whenever I do any build engineering in either MDT or ConfigMgr one of the first things I need to customize are the regional settings. In particular the keyboard layout and location. There are many ways to achieve this ranging from manually making the change in a reference image or creating an unattend.xml file. In this post I will show how you can set regional settings for Windows 7 at deploy-time using ConfigMgr 2007 OSD and collection variables. This will allow you to...

read more

ConfigMgr 2007 OSD Folder Structure

Posted by on Jun 26, 2011 in Deployment | Comments Off

ConfigMgr 2007 OSD Folder Structure

When configuring ConfigMgr 2007 Operating System Deployment (OSD) there are an endless number of applications, operating system images, operating system install files, drivers, source files, package files, temp files. Everytime I set it up I end up with a different structure so this blog post presents an example ConfigMgr 2007 OSD folder structure that can be used for general application and operating system deployment files. This post will be updated as I get better ideas and suggestions on how to organise things – but the main issue is...

read more

Get Selected Microsoft TechNet Library Content Offline

Posted by on Jun 15, 2011 in Deployment | Comments Off

Get Selected Microsoft TechNet Library Content Offline

No-one can ever know everything they need to know about Microsoft products and techies will freely admit that they spend half their time checking resources such as Microsoft TechNet while working on a problem or design. Sometimes I need to go on to a site where I won’t have internet access. As anyone who relies on access to online resources will know, this can really slow things down and small questions (such as “is it port 60 or 67?”) can be frustrating. There is a free tool called Package This that can turn selections...

read more