-1

Will we be able to deploy Windows 10 with MDT? Could we use the same task sequences ( with windows 10 instead 8 )? Do we need an update of the toolkit?

MadHatter
  • 78,442
  • 20
  • 178
  • 229
Periney
  • 11
  • 1
  • 3

3 Answers3

0

Yes you can. It is distributed in a WIM file so it is deployable via MDT.

Elliot Huffman
  • 1,169
  • 1
  • 10
  • 22
0

Short answers:

Yes, you will we be able to deploy Windows 10 with MDT.

In a very general sense, you COULD use an existing task sequence, swapping Windows 8 for Windows 10 at the "Install Operating System" step. But you will need to test it and see how it goes. I usually recommend creating a new task sequence instead of modifying an existing one.

You DO need to update the Microsoft Deployment Toolkit in order to deploy Windows 10:

I would recommend applying the unsupported workaround in the blog post above. Once Microsoft releases the final version of MDT 2013 Update 1, you can then transition your MDT environment to it.

  • MDT 2013 Update 1 is in preview and supports Windows 10 deployment. No need for an unofficial workaround: http://blogs.technet.com/b/msdeployment/archive/2015/03/02/microsoft-deployment-toolkit-2013-update-1-preview-now-available.aspx For builds newer than Build 10041, due to the change in kernel number some additional tweaks are required, but again, not unofficial: http://blogs.technet.com/b/msdeployment/archive/2015/03/28/mdt-updates-for-windows-10-technical-preview-build-10041.aspx – WinOutreach2 Jun 10 '15 at 16:24
  • There are some additional bugs in the preview version of MDT 2013 Update 1. If your MDT environment is supporting image deployment in a large enterprise, I would be more inclined to deploy the workaround until it is released. But of course, each environment is different and there are pros and cons to both approaches. – Frank Lesniak Jun 11 '15 at 20:59
-1

Yes, there are updates to the toolkit to deploy windows 10. Whether or not you can use the same TS depends on what you are doing in that TS. The quickest way to find out is to try your existing steps in a w10 deployment

Jim B
  • 23,938
  • 4
  • 35
  • 58