Friday, July 26, 2013

Setting OSDComputerName via Script

Quick post today.  Someone on the TechNet MDT Forums asked about how to dynamically set OSDComputerName during a deployment based on a set of rules.  I wrote a script to do just that almost a year ago and figured the best way to explain how to do it was just share my code... so enjoy: http://gallery.technet.microsoft.com/Set-OSDComputer-during-MDT-af9016bd

Saturday, June 29, 2013

MDT 2013 Preview - A quick review of script changes

If you hadn't already heard, MDT 2013 Preview is now available for download.  You'll need a Connect account to access the group.  You also need to download ADK for Windows 8.1 Preview.  Johan Arwidmark has a good breakdown of support and some of the changes at his blog, as does Ronni Pedersen.    Now that the Preview is out, I wanted to dig into the script files that came with it.

Wednesday, May 1, 2013

Official Surface Pro Driver Pack

Just heard about this from Microsoft:
"The driver and firmware pack for Surface Pro, including all updates currently available for the device over Windows Update as of April 9th, is now live on the Microsoft Download Center.

The usage scenario for this would be to create your own custom deployment installation/image of Windows 8 for Surface Pro, enabling easier management – including Professional & Enterprise editions of Windows 8."

Update: Looks like it may have come from here: http://kurtsh.com/2013/05/01/release-surface-pro-driver-pack-for-windows-8/ 

Update #2: I found the original source link for the drivers in the Download Center: http://www.microsoft.com/en-us/download/details.aspx?id=38826

Wednesday, April 24, 2013

Programmatically hiding the Windows 8 Start Screen during an MDT Task Sequence

I've seen this question come up a few times in the Microsoft Deployment Toolkit Forum.  The gist of the request is the ability to see the MDT Task Sequence UI (step and progress bar) during a Capture or, more likely, a Deploy Task Sequence when using Windows 8 (or Server 2012).  This is complicated by the Start Screen, but can it be done...

Friday, January 11, 2013

Automating Image Building with MDT 2012u1 and Hyper-V

Happy New Year's everyone (all 6 of you reading this)!  Been a very busy month with the holiday season and I haven't had much time to post anything new, too busy playing with all the cool tech toys.  After a comment I made on the Microsoft TechNet Forum for MDT (http://social.technet.microsoft.com/Forums/en-US/mdt/threads), I thought I should write this post up.  I'll show you how I've completely automated regular Image builds using MDT 2012u1 and Hyper-V.