bondbill2k2 Posted May 17, 2017 Posted May 17, 2017 Hi Everyone, long time no post. A couple of days ago I setup an MDT server to improve our deployment prior to Win10 deployment. While deploying a basic image Win10 with Office 2016 works great I'm looking to capture an image using MDT and a newly created scheduled task (all default Sysprep and capture task) My current configuration.ini is: [settings] Priority=Default Properties=MyCustomProperty [Default] SkipCaputre=No SkipProductKey=Yes SkipAdminPassword=Yes SkipComputerBackup=Yes SkipBitLocker=Yes SkipTimeZone=Yes TimeZoneName=GMT Standard Time Bootstrap.ini: [settings] Prioriry=Default [Default] DeployRoot=\\MDTserver\MDTbuildarea SkipBDDWelcome=Yes While this works fine for deployment it doesn't work for captures, after reading around I found out the Product Key cannot be skipped as part of the capture process as it triggers the Capture boot page but soon as I change SkipProductKey=No or remove it both deployment of Win10 and capture of existing images fails with error: Invalud DeploymentType="" Any suggestions on why this might be occuring?
Decimas6 Posted May 23, 2017 Posted May 23, 2017 (edited) I can't say that SkipProductKey it isn't you're issue, as I'm no expert, but I set up MDT over a year ago with "SkipProductKey=Yes" set since day 1 and I haven't had any issue capturing. Have you got a log of a failed capture? Edited May 23, 2017 by Decimas6
bondbill2k2 Posted May 23, 2017 Author Posted May 23, 2017 I can't say that SkipProductKey it isn't you're issue, as I'm no expert, but I set up MDT over a year ago with "SkipProductKey=Yes" set since day 1 and I haven't had any issue capturing. Have you got a log of a failed capture? In the process of setting up MDT again from scratch just incase!
Decimas6 Posted May 23, 2017 Posted May 23, 2017 I found this a little while ago, it has been useful when troubleshooting MDT issues, rather than messing around trying to get the log off the computer itself, you can set up to store them in your share https://scriptimus.wordpress.com/2011/05/31/mdt-2010-storing-log-files-centrally/
bondbill2k2 Posted May 31, 2017 Author Posted May 31, 2017 Reinstalling MDT resolved the issue, no idea what initally caused it!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now