Jump to content

Recommended Posts

Posted

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?

Posted (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 by Decimas6
Posted
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!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...