Integrating MDT and Configuration Manager for Operating
Total Page:16
File Type:pdf, Size:1020Kb
Module 9: Integrating MDT and Configuration Manager for operating system deployment Lab A: Integrating MDT and Configuration Manager for operating system deployment (VMs: 20695D-LON-DC1, 20695D-LON- CFG, 20695D-LON-CL3, 20695D-LON-REF1) Exercise 1: Integrating MDT and Configuration Manager Task 1: Prepare LON-CL3 for capturing user data 1. On LON-CL3, on the taskbar, click Windows Explorer. 2. In Windows Explorer, in the Address bar, type: \\LON-CFG\C$\Program Files\Microsoft Configuration Manager\tools\ 3. Right-click cmtrace.exe, and then click Copy. Close Windows Explorer. On the empty desktop of LON-CL3, right-click and select Paste. 4. Double-click the cmtrace.exe icon on the desktop. In the Configuration Manager Trace Log Tool window, click Yes. Close the Configuration Manager Trace Log Tool. 5. Right-click the empty space of the desktop, select New, select Folder, and then in the New Folder icon text box, type Projects 6. Right-click the empty space of the desktop, select New, and then select Shortcut. In the Create Shortcut window, type C:\Windows\Notepad.exe in the text box, and then click Next. 7. In the Type a name for this shortcut text box, type Notepad and then click Finish. 8. Open the Projects folder on the desktop, and in the Address bar, type C:\Windows\CCM\Logs and then press Enter. Right-click the CcmExec.log log, and then click Copy. Click the back arrow, and then, in the empty space of the window, right-click and select Paste. This will add the CcmExec.log file to the Projects folder on the desktop. You now should have three icons on the desktop: a folder named Projects, the ccmtrace.exe tool, and a shortcut to Notepad. 9. Shut down LON-CL3. Do not revert it, as you will use it in Exercise 3. Task 2: Create a domain join account and set permissions 1. On LON-DC1, in Server Manager, click the Tools drop-down list box, and then click Active Directory Users and Computers. 2. Expand Adatum.com, and then select the Users folder. Right-click the Users folder, point to New, and then click User. 3. In the New Object – User window, in the Full name and User logon name text boxes, type CMDomainJoin and then click Next. 4. In the Password and Confirm Password text boxes, type Pa55w.rd. Clear the User must change password at next logon check box, click Next, and then click Finish. 5. Close Active Directory Users and Computers. 6. Right-click the Start button and then click Windows PowerShell (Admin). 7. In Windows PowerShell, type the following cmdlets, and press Enter after each one: Set-ExecutionPolicy –ExecutionPolicy RemoteSigned –Force Set-Location –Path E:\Labfiles\Scripts .\Set-OUPermissions.ps1 –Account CMDomainJoin –TargetOU “OU=London Clients” 8. When the script finishes, close Windows PowerShell. Task 3: View the default Configuration Manager console items 1. On LON-CFG, on the taskbar, click the Configuration Manager Console. 2. Click the Software Library workspace. 3. In the Software Library workspace, expand Operating Systems, and then click the Task Sequences node. 4. Right-click Task Sequences. You should see the following items in the list: o Create Task Sequence o Create Task Sequence Media o Import Task Sequence o Folder Task 4: Install MDT 1. On LON-CFG, close the Configuration Manager console. 2. On the Taskbar, click File Explorer. 3. Browse to E:\Software\MDT, right-click MicrosoftDeploymentToolkit_x64.msi, and then click Install. When prompted click Run. 4. In the Microsoft Deployment Toolkit (6.3.8450.1000) Setup wizard, on the Welcome screen, click Next. 5. On the End-User License Agreement page, select I accept the terms in the License Agreement, and then click Next. 6. On the Custom Setup page, click Next. 7. On the Customer Experience Improvement Program page, ensure that I don’t want to join the program at this time is selected, and then click Next. 8. On the Ready to Install Microsoft Deployment Toolkit (6.3.8450.1000) page, click Install. 9. On the Completed the Microsoft Deployment Toolkit (6.3.8450.1000) Setup Wizard page, click Finish. Task 5: Run the integration wizard to integrate MDT 1. On LON-CFG, click the Start button, expand Microsoft Deployment Toolkit, and then right-click Configure ConfigMgr Integration, select More and Run as administrator. 2. On the Options page of the Configure ConfigMgr Integration window, ensure that the following settings are selected, and then click Next: o Install the MDT extensions for Configuration Manager o Install the MDT console extensions for System Center Configuration Manager o Add the MDT task sequence actions to a System Center Configuration Manager server o Site Server Name: LON-CFG.Adatum.com o Site code: S01 3. On the Confirmation page, click Finish. Task 6: Configure monitoring for the Deployment Workbench console 1. On LON-CFG, click the Start button, expand Microsoft Deployment Toolkit, and then click Deployment Workbench. 2. In the Deployment Workbench console, right-click Deployment Shares, and then click New Deployment Share. 3. In the New Deployment Share Wizard, on the Path page, in the Deployment share path text box, type E:\DeploymentSource and then click Next. 4. On the Share page, in the Share name text box, type DeploymentSource$ and then click Next. 5. On the Descriptive Name page, click Next. 6. Review the Options page, and then click Next. 7. On the Summary page, click Next. 8. On the Confirmation page, click Finish. 9. Expand the Deployment Shares node in the Deployment Workbench console, right-click MDT Deployment Share (E:\DeploymentSource), and then select Properties. 10. In the MDT Deployment Share (E:\DeploymentSource) Properties window, select the Monitoring tab. 11. Select Enable monitoring for this deployment share, and then click OK. 12. Close Deployment Workbench. Task 7: Verify the MDT integration in Configuration Manager 1. On LON-CFG, on the taskbar, click the Configuration Manager Console. 2. Select the Software Library workspace. 3. In the Software Library workspace, expand Operating Systems, and then select the Task Sequences node. 4. Right-click Task Sequences. You should see a new Create MDT Task Sequence item in the list. Task 8: Configure the client settings 1. In the Configuration Manager console, click the Administration workspace, and then select Client Settings. 2. In the right pane, right-click Default Client Settings, and then select Properties. 3. Click the Computer Agent node in the console tree. In the Organization name displayed in Software Center text box, type A. Datum and then click OK. Task 9: Configure the network access account 1. In the Configuration Manager console, click the Administration workspace, expand Site Configuration, and then click Sites. 2. Right-click S01 – Adatum Site in the details pane, click Configure Site Components, and then click Software Distribution. 3. In the Software Distribution Component Properties window, click the Network Access Account tab, and then click Specify the account that accesses network locations. Click the New button, which looks like a sun, and then select New Account. 4. In the Windows User Account window, in the User name text box, type ADATUM\NetworkAccess, and in the Password and Confirm password text boxes, type Pa55w.rd, and then click Verify. 5. In the Network share text box, type \\LON-DC1\SYSVOL and then click the Test connection bar. You should receive a Configuration Manager pop-up window with the following message: “The connection was successfully verified”. 6. Click OK two times. Results: After completing this exercise, you should have installed MDT and integrated it with Configuration Manager. Exercise 2: Creating an MDT boot image Task 1: Install DaRT 10, and copy the cabinet files to the appropriate location 1. On LON-CFG, open File Explorer, and type \\LON-DC1\Labfiles\DaRT\x64 in the Address bar. Then press Enter. 2. Right-click MSDaRT100.msi, and then choose Install. Answer the wizard by using the default settings, as follows: a. On the Welcome to the Microsoft DaRT 10 Setup Wizard page, click Next. b. On the End-User License Agreement page, click I Agree. c. On the Microsoft Update page, click I don’t want to use Microsoft Update, and then click Next. d. On the Select Installation Folder page, click Next. e. On the Setup Options page, click Next. f. On the Ready to Install page, click Install. g. After you receive the message You have successfully completed the Microsoft DaRT 10 Setup Wizard, click Finish. 3. Using File Explorer, navigate to the C:\Program Files\Microsoft DaRT\v10 folder, right-click Toolsx64.cab, and select Copy. Navigate to C:\Program Files\Microsoft Deployment Toolkit\Templates\Distribution\Tools\x64, and then in the empty space, right-click and select Paste. 4. Navigate to the C:\Program Files\Microsoft DaRT\v10 folder, right-click Toolsx86.cab, and then select Copy. Navigate to C:\Program Files\Microsoft Deployment Toolkit\Templates\Distribution\Tools\x86, and then in the empty space, right-click and select Paste. 5. Close File Explorer. Task 2: Run the Create Boot Image using MDT wizard to create a customized MDT boot image 1. On LON-CFG, create a folder named CMSources on the E drive. Right-click the CMSources folder and click Properties. 2. In the CMSources Properties window, click the Sharing tab. Then click the Advanced Sharing button. 3. In the Advanced Sharing window, select Share this folder and then click the Permissions button. 4. In the Permissions for CMSources window, click Add and in the Enter the object names to select box, type Authenticated Users 5. Click Check Names and verify that Authenticated Users is displayed underlined.