About the author

arwidmark

Share

MDT 2010 Annoyances #3 – Bug – Cannot Run Refresh, Replace, Sysprep and Capture

By arwidmark / November 12, 2009

When starting Refresh, Replace, Sysprep and Capture with MDT 2010 Lite Touch, you may get the following error… “Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed” Here is the fix. http://blogs.technet.com/msdeployment/archive/2009/09/18/fix-for-multiple-connections-to-a-server-or-shared-resource-by-the-same-user-using-more-than-one-user-name-are-not-allowed-problem-with-mdt-2010.aspx

Share

MDT 2010 Annoyances #2 – Bug – USMT will not capture all systems settings…

By arwidmark / November 12, 2009

If you encountered that MDT 2010 Lite Touch or Zero Touch doesn’t capture all system settings with USMT, you are not alone…. It’s a bug in the ZTIUserState.wsf script… Update! Microsoft has now released a public fix: Network drives and network printers are not migrated when you use Microsoft Deployment Toolkit 2010 with the User […]

Share

MDT 2010 Annoyances #1 – Bug – The MDT Setup (msi) never finishes…

By arwidmark / November 9, 2009

  If you install MDT 2010 on a virtual machine running folder redirection, the setup might stall and never finish… It looks like this: The workaround, run the setup with the /passive switch, looks like this msiexec.exe /i MicrosoftDeploymentToolkit2010_x86.msi /passive or msiexec.exe /i MicrosoftDeploymentToolkit2010_x64.msi /passive / Johan

Share

Tip on using bcdedit and GUIDs without copy and pasting the GUID…

By arwidmark / November 9, 2009

You might have noticed when you create entries in bcd using bcdedit, it assigns guid’s to the entry, that you need to reference for any following settings you add. By using a batchfile and som clever for, do command you don’t have to type in the guid… Sample batchfile set BCD-File=C:\Demo\bcd for /f “tokens=1-3” %%a in […]

Share

The Windows 7 film festival – Hilarious

By arwidmark / November 5, 2009

The WC Commercial group held a 72-hour film festival for Windows 7 in Seattle last week. 17 film teams in the Seattle area competed.  Rules were to create a 30 second to 2 minute film, targeted to IT Pros.  Each team picked a different genre from a hat (e.g. Comedy, Music, Parkour, Blast from the Past, […]

Share

KB 974571 Breaks OS Deployment in ConfigMgr 2007 SP2 – Updated

By arwidmark / November 4, 2009

After installing KB 974571 the Request State Store action in the Task Sequence fails.  The failure occurs by a NULL value in the ConfigMgr client certificate (friendly name property). Credit’s goes to Anders Ahl for extensive troubleshooting and a new workaround… Anyway, after installing KB 974571 you will se the following in the smsts.log file. […]

1 4 5 6 7 8 15
Page 6 of 15