

The next step is to add a reference image into the deployment share with the setup files required to successfully deploy Windows 10.
#Microsoft imate full
Grant-smbshareaccess -Name MDTProduction$ -AccountName "Contoso\MDT_BA" -AccessRight Full -force
#Microsoft imate windows
Modify the NTFS permissions for the D:\MDTProduction folder by running the following command in an elevated Windows PowerShell prompt: icacls "D:\MDTProduction" /grant '"CONTOSO\MDT_BA":(OI)(CI)(M)' To read files in the deployment share, you need to assign NTFS and SMB permissions to the MDT Build Account (MDT_BA) for the D:\MDTProduction folderĮnsure you are signed in as contoso\administrator. Using File Explorer, verify that you can access the \\MDT01\MDTProduction$ share.Ĭonfigure permissions for the production deployment share On the Options page, accept the default settings and click Next twice, and then click Finish. On the Descriptive Name page, in the Deployment share description text box, type MDT Production and click Next. On the Share page, in the Share name text box, type MDTProduction$ and click Next.

On the Path page, in the Deployment share path text box, type D:\MDTProduction and click Next. In the Deployment Workbench console, right-click Deployment Shares and select New Deployment Share. The steps for creating the deployment share for production are the same as when you created the deployment share for creating the custom reference image:Įnsure you are signed on as: contoso\administrator. Create the MDT production deployment share

Perform this procedure on the MDT01 server. You should not use the same deployment share that you used to create the reference image for a production deployment. Step 2: Set up the MDT production deployment share

These steps assume you have The account is used for Windows Preinstallation Environment (Windows PE) to connect to MDT01.
#Microsoft imate how to
These steps will show you how to configure an Active Directory account with the permissions required to deploy a Windows 10 machine to the domain using MDT. Step 1: Configure Active Directory permissions HV01 used to test deployment of PC0005 in a virtual environment.įor details about the setup for the procedures in this article, please see Prepare for deployment with MDT. MDT01 and PC0005 are members of the domain for the fictitious Contoso Corporation. PC0005 is a blank device to which we will deploy Windows 10.We will configure Active Directory permissions, configure the deployment share, create a new task sequence, and add applications, drivers, and rules.įor the purposes of this topic, we will use four computers: DC01, MDT01, HV01 and PC0005. Separating the processes of creating reference images from the processes used to deploy them in production allows greater control of on both processes. We will prepare for this by creating an MDT deployment share that is used solely for image deployment. This topic will show you how to take your reference image for Windows 10 (that was just created), and deploy that image to your environment using the Microsoft Deployment Toolkit (MDT).
