IT Eclectia - A variety technical topics and tips.

Automated Machine Builds with PowerShell and AutoIT

I have been using PowerShell recently to create scripted builds for virtual machines. This method provides some benefits over imaging.

A single base image per OS can be used
Applications which have issues with imaging can be easily installed such as SQL Server, BizTalk, Exchange, Etc.
Scripted installs can be changed or updated easier than images
Additional configuration changes [...]