{"id":1524,"date":"2016-02-21T12:42:57","date_gmt":"2016-02-21T12:42:57","guid":{"rendered":"https:\/\/www.davidpapkin.net\/?p=1524"},"modified":"2016-02-21T12:42:57","modified_gmt":"2016-02-21T12:42:57","slug":"using-mdt-deploy-windows-10-david-papkin","status":"publish","type":"post","link":"https:\/\/davidpapkin.com\/?p=1524","title":{"rendered":"Using MDT to Deploy Windows 10 by David Papkin"},"content":{"rendered":"<p>This post by David Papkin is about\u00a0 Using MDT to Deploy Windows 10\u00a0Desktops<\/p>\n<p>The Microsoft Deployment Toolkit is a unified collection of tools, processes, and guidance for automating desktop and server deployment. In addition to reducing deployment time and standardizing desktop and server images, MDT enables you to more easily manage security and ongoing configurations. MDT builds on top of the core deployment tools in the Windows Assessment and Deployment Kit (Windows ADK) with additional guidance and features designed to reduce the complexity and time required for deployment in an enterprise environment.<\/p>\n<p>MDT 2013 Update 1 supports the deployment of Windows\u00a010, as well as Windows\u00a07, Windows\u00a08, Windows\u00a08.1, and Windows Server 2012 R2. It also includes support for zero-touch installation (ZTI) with Microsoft System Center 2012 R2 Configuration Manager.<\/p>\n<p>&nbsp;<\/p>\n<div class=\"how-to-step steps-content \">\n<div class=\"step-header\">\n<h6>1) Prepare your source (reference) computer<\/h6>\n<\/div>\n<div class=\"step-content\">\n<p>Install your operating system and any other customizations on the computer you are going to capture.<\/p>\n<\/div>\n<\/div>\n<div class=\"how-to-step steps-content \">\n<div class=\"step-header\">\n<div class=\"number\"><\/div>\n<h5>2) Set-up MDT to capture your image<\/h5>\n<\/div>\n<div class=\"step-content\">\n<p>1. Open MDT, then expand Deployments, then expand your deployment share<br \/>\n2. Right click \u201cTask Sequences\u201d and select \u201cNew Task Sequence\u201d<br \/>\na. Task Sequence ID: Capture<br \/>\nb. Task Sequence name: Capture Image<br \/>\n3. Select the \u201cSysprep and Capture\u201d Task Sequence template<br \/>\n4. Select your Operating System<br \/>\n5. Do not specify a product key at this time<br \/>\n6. OS Settings screen \u2013 modify as desired<br \/>\n7. Admin Password &#8211; enter the password you wish for the local administrator account<br \/>\n8. Continue until you get a Finish button to click<br \/>\n9. Right-click your deployment share and select \u201cupdate deployment share\u201d<\/p>\n<\/div>\n<\/div>\n<div class=\"how-to-step steps-content \">\n<div class=\"step-header\">\n<div class=\"number\">4<\/div>\n<h6>3)Capture your image by running the task sequence<\/h6>\n<\/div>\n<div class=\"step-content\">\n<p>1. Log in to the computer you are trying to capture<br \/>\na. Typically this would be with the local administrator account since the computer should not be joined to the domain and usually during the build process local accounts are not added<br \/>\n2. Open a CMD windows and enter the following<br \/>\na. Net use * \\\\MDT1\\Deploymentshare$<br \/>\nb. When prompted enter credentials for a user who has Write permissions to the \\\\MDT1\\Deploymentshare$ folder in the format of: domain\\user<br \/>\ni. Note: typically this would be a user with Domain Administrative rights<br \/>\nc. When prompted enter the password for the user entered above<br \/>\n3. Enter the following to run the Litetouch sequence<br \/>\na. \\\\ MDT 1\\Deploymentshare$\\scripts\\litetouch.vbs<br \/>\nb. Depending on your deployment share is set-up (i.e. which screens to skip) you may need to select \u201cDeploy Computer\u201d, enter a username and password, etc.<br \/>\nc. When you get to the Task Sequence window select your \u201cCapture Image\u201d sequence<br \/>\nd. Select the \u201cCapture an image of this reference computer\u201d option<br \/>\ni. It should default the MDT share\\Captures folder and a default file name<br \/>\ne. Once the sequence starts running it will reboot into WinPE, Sysprep and capture the image for you. The image will be placed here: \\\\ MDT 1\\Deploymentshare$\\Captures<br \/>\ni. NOTE: Be patient \u2013 depending on how large the image is this can take a while<\/p>\n<\/div>\n<\/div>\n<div class=\"how-to-step steps-content \">\n<div class=\"step-header\">\n<div class=\"number\"><\/div>\n<h6>4)Import your Captured Image<\/h6>\n<\/div>\n<div class=\"step-content\">\n<p>In order to use your custom image you must import it into your Deployment Share\u2019s Operating Systems folder. Once there it becomes available under the \u201cInstall\\Install Operating System\u201d section\\task in your Task Sequence<\/p>\n<p>1. Open the Microsoft Deployment Toolkit program<br \/>\n2. Expand the Deployment Shares, then your deployment share until you see the \u201cOperating Systems\u201d folder<br \/>\n3. Right-Click \u201cOperating Systems\u201d and select \u201cImport Operating System\u201d<br \/>\n4. Select \u201cCustom image file\u201d &lt;Next&gt;<br \/>\n5. Browse to the folder that contains your custom image file \u2013 typically this would be the \u201cCaptures\u201d folder on the computer running MDT<br \/>\n6. Double-click the captured WIM file to select it and return to the prior screen<br \/>\n7. Select the \u201cMove the files to the deployment share\u2026.\u201d checkbox in order to save space in your deployment share<br \/>\n8. Setup files are not needed<br \/>\na. The setup files are contained in the ISO\/DVD version of the operating system you should have imported to the Deployment Share previously<br \/>\n9. Destination folder name<br \/>\na. It will be helpful later if use a unique name such as Gold-2015-01-08 for the folder name<\/p>\n<\/div>\n<\/div>\n<p><a href=\"http:\/\/blogs.technet.com\/b\/msdeployment\/archive\/2015\/08\/17\/mdt-2013-update-1-now-available.aspx\">http:\/\/blogs.technet.com\/b\/msdeployment\/archive\/2015\/08\/17\/mdt-2013-update-1-now-available.aspx<\/a><\/p>\n<p><a href=\"https:\/\/technet.microsoft.com\/en-us\/library\/mt297535(v=vs.85).aspx\">https:\/\/technet.microsoft.com\/en-us\/library\/mt297535(v=vs.85).aspx<\/a><\/p>\n<p><a href=\"https:\/\/community.spiceworks.com\/how_to\/60534-using-mdt-to-capture-a-custom-image\">https:\/\/community.spiceworks.com\/how_to\/60534-using-mdt-to-capture-a-custom-image<\/a><\/p>\n<p>&nbsp;<\/p>\n<p>This video demo by David Papkin explores using MDT for deploying Windows 10<\/p>\n<p><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/VCrQzA3rTN0\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<p>This concludes this post by David Papkin Using MDT to Deploy Windows 10\u00a0Desktops<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post by David Papkin is about\u00a0 Using MDT to Deploy Windows 10\u00a0Desktops The Microsoft Deployment Toolkit is a unified collection of tools, processes, and guidance for automating desktop and server deployment. In addition to reducing deployment time and standardizing&hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,8,22],"tags":[],"class_list":["post-1524","post","type-post","status-publish","format-standard","hentry","category-david-papkin","category-microsoft","category-windows-10"],"_links":{"self":[{"href":"https:\/\/davidpapkin.com\/index.php?rest_route=\/wp\/v2\/posts\/1524","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/davidpapkin.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/davidpapkin.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/davidpapkin.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/davidpapkin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1524"}],"version-history":[{"count":0,"href":"https:\/\/davidpapkin.com\/index.php?rest_route=\/wp\/v2\/posts\/1524\/revisions"}],"wp:attachment":[{"href":"https:\/\/davidpapkin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1524"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/davidpapkin.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1524"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/davidpapkin.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1524"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}