Category Archives: SCCM2012
A Custom vbScript to Restore and Capture User Data using USMT 4.
The reason for a custom script, is that the customer wanted to see a prompt displaying how large the backup .MIG file would be before initiating the backup. The script was used in an SCCM 2012/MDT 2012U1 UDI Task Sequence. I kicked off the script using a “Run a Command Line” step and used the… Read More »
SCCM 2012 failed to start DP health monitoring task error
Compliments of http://dbgriffin.wordpress.com/2013/03/01/configuration-manager-2012-failed-to-start-dp-health-monitoring-task/#comment-173. A stray log file in the root of C: or D: named “Microsoft” caused this issue. Deleting the file allowed SCCM2012 to redistribute the package with no errors. Screenshot of SCCM Content Status displaying not staged Config Mgr Client Install package. Check out under eye masks products if you need further information.… Read More »
Capture Wizard Screen Issues with MDT 2012 Update 1
In MDT 2012 Update 1, if the “JoinDomain” rule is specified then the Capture Wizard screen is not displayed. Also, the Capture Image screen appears even when Deploying an image. You can workaround both of these issues by creating a new section in your CustomSettings.INI for WinPE. [Settings] Priority=OSVersion, Default Properties=MyCustomProperty [WinPE] SkipCapture=YES DoCapture=NO JoinDomain=mydomain.com… Read More »
Helpful links, books, testing, and forums for a new MDT 2012 support.
Other helpful sites: Video Sites: http://wmug.co.uk/p/videos.aspx http://www.deploymentresearch.com/Videos.aspx Helpful Blogs: http://www.deploymentresearch.com/Research.aspx http://blogs.technet.com/b/deploymentguys/ http://blogs.technet.com/b/mniehaus/ http://blogs.technet.com/b/heyscriptingguy/ http://deployment.xtremeconsulting.com/ http://deploydepot.net/ Forums: MDT http://social.technet.microsoft.com/Forums/en-US/home?forum=mdt SCCM http://social.technet.microsoft.com/Forums/systemcenter/en-US/home?category=configurationmanager Downloads: MDT http://www.microsoft.com/en-us/download/details.aspx?id=25175 ADK http://www.microsoft.com/en-us/download/details.aspx?id=30652 SCCM http://www.microsoft.com/en-us/server-cloud/system-center/configuration-manager-2012-trial.aspx InTune http://www.microsoft.com/en-us/windows/windowsintune/try.aspx Server http://technet.microsoft.com/en-us/evalcenter/hh670538.aspx Ill make this a running list as I run across other notables. Please let me know if you have any you feel deserve a… Read More »