Wednesday, December 2, 2015

MDT 2013 Update 1 Version 8298 - Invalid Credentials


Microsoft has recently launched a new version of Microsoft Deployment Toolkit (MDT) 2013 Update 1 version 8298.

There's been a couple of issues with this build because the way the DeploymentShare$ it's created.
If you take a look at this share permission, you'll notice that permissions are just for "CREATOR OWNER" instead of "Everyone" like the previous versions.

Besides that, now the DeployRoot parameter it's not configured on the bootstrap.ini.
So, to make this work again, follow this steps:
  1. First, you'll need to edit your DeploymentShare$ permissions so that you can connect to MDT from the machine you're deployment.
    You can achieve this simply by adding the group "Everyone" to the share permissions, or if you want to be more restrictive you can add the "Administrators" group with "Full Control".



  2. Now that you're done with the permissions, you'll need to take care of bootstrap.ini.
    To do so, just navigate to your DeploymentShare folder, and open "bootstrap.ini" that's located on the "Control" folder

  3. Here you'll have to had under "[Default]" the following parameter:
    DeployRoot=\\your_mdt_server\DeploymentShare$

  4. Save the file and you're done.

Now that's you've change the bootstrap.ini, like always, you'll need to regenerate your boot files:
  1. Open MDT Workbench and click properties on your deployment share and then Update

  2. Here you'll need to choose "Completely regenerate the boot images" and now just wait for the process to finish.

And you're done!
Hope this helps some people that are having some issues after installing this latest version of MDT.


No comments:

Post a Comment