70 411 R2 Lab01
70 411 R2 Lab01
70 411 R2 Lab01
LAB 1
DEPLOYING AND
MANAGING SERVER
IMAGES
Exercise 1.2
Exercise 1.3
Exercise 1.4
Exercise 1.5
Lab
Challenge
Operating System
Computer Name
Server (VM 1)
RWDC01
Server (VM 2)
Server01
Server (VM 3)
Server02
In addition to the computers, you also require the software listed in Table 1-2 to
complete Lab 1.
Table 1-2
Software Required for Lab 1
Software
Location
\\rwdc01\Software
\\rwdc01\Software
Autounattend.xml file
\\rwdc01\Software
Windows8.1-KB2901549-x64.msu
\\rwdc01\Software
Exercise 1.1
Overview
In this exercise, you will first create a new server and then install
and configure Windows Deployment Services so that you can
quickly install Windows servers in the future.
Mindset
You need to first install and configure a WDS server. You then need
to add at least one boot and install image. You will then need to
perform a PXE boot with the WDS boot image and perform the
installation with the install image.
Completion
time
10 minutes
1.
2.
On Server01, using the Server Manager console, click Manage > Add Roles and
Features.
3.
4.
5.
6.
7.
On the Add Roles and Features Wizard page, click Add Features and then click
Next.
8.
9.
10. On the Select role services page, make sure that the Deployment Server option is
selected and the Transport Server option is selected and then click Next.
11. On the Confirm installation selections page, click Install.
18. On the Remote Installation page, answer Questions 1 and 2 that follow and then
click Next.
Question
1
Question
2
Exercise 1.2
Overview
In this exercise, you will prepare images (boot images and install
images) that will be used to deploy Windows.
Mindset
WDS uses two images to deploy Windows. The boot image is used
to boot the computer, so that the installation can be started. The
install image is used to perform the actual Windows installation.
Completion
time
20 minutes
1.
2.
3.
Copy the ISO file for the Windows Server 2012 R2 installation disk, the
autounattend.xml file, and the Windows8.1-KB2901549-x64.msu file to the
C:\Software folder.
4.
5.
Right-click the ISO file for Windows Server 2012 R2 installation disk and choose
Mount.
Question
3
6.
From the Windows Deployment Services console, expand Servers and then
expand Server01.contoso.com so that you can see the Install Images folder and
the Boot Images folder.
7.
To add a boot image, right-click the Boot Images folder and choose Add Boot
Image. The Add Image Wizard opens.
Question
4
8.
Browse to the E:\Sources folder, click the boot.wim file, and then click Open.
Click Next.
9.
Figure 1-1
Selecting images to use
End of exercise. You can leave any windows open for the next exercise.
Exercise 1.3
Overview
Mindset
You need to create an unattended xml file and then you need to
configure the WDS server to use the Unattended.xml file. When
20 minutes
1.
2.
Open the E:\Sources folder and copy the install.wim file to the C:\Software
folder.
3.
Question
5
4.
To start the installation of the Windows Assessment and Deployment Kit, doubleclick adksetup.exe. If you are prompted to confirm that you want to run this file,
click Run.
5.
On the Specify Location page, leave the default settings and then click Next.
6.
When you are prompted to join the Customer Experience Improvement Program
(CEIP), click Next.
7.
8.
9.
15. In the File name text box, type C:\Software\install.wim and then click Open.
Click Windows Server 2012 R2 SERVERSTANDARD and then click OK.
16. If you are prompted to create a catalog file, click Yes.
17. Click File > New Answer File. The answer file elements display in the Answer
File pane.
18. In the Windows Image pane, expand Components. Scroll down and right-click
amd64_Microsoft-Windows-International-Core-WinPE_6. 3.9600.
16384_neutral and choose Add Setting to Pass 1 windowsPE, as shown in Figure
1-2.
Figure 1-2
Adding Settings to Pass 1 WindowsPE
19. In the Answer File pane, click amd64_Microsoft-Windows-International-CoreWinPE_neutral. Complete the language settings (as shown in Figure 1-3) as
appropriate, such as en-US.
Figure 1-3
Specifying language settings
25. Right-click CreatePartitions and choose Insert New CreatePartition. For the new
CreatePartition entry, change the Extend property to true and set Order to 2.
Dont configure the size.
26. In the Answer File pane, click Disk. Change the DiskID to 0 and change
WillWipeDisk to true.
27. Right-click ModifyPartitions and choose Insert New ModifyPartition. Then
specify the following:
Active is true
Format is NTFS
Label is Boot
Order is 1
PartitionID is 1
28. Add a second ModifyPartitions and configure as the following:
Format is NTFS
Label is System
Order is 2
PartitionID is 2
29. In the Answer File pane, scroll down to and expand ImageInstall and then expand
OSImage. Right-click InstallFrom and choose Insert New Metadata. Configure
the metadata as shown Figure 1-4.
Figure 1-4
Specifying which image to use
30. Click InstallTo and then configure the DiskID to 0 and PartitionID to 2.
31. In the Answer File pane, click UserData and then specify the following:
Accept EULA is true
FullName is Student
Organization is Classroom
32. Expand UserData and then click ProductKey. If you have a key, type the
Windows key in the Key box. For this lab, leave it blank.
Microsoft-Windows-Shell-Setup contains elements and settings that control how
the shell of the Windows operating system is installed on a destination computer.
33. In the Windows Image pane, right-click amd64_Microsoft-Windows-ShellSetup_6.3.9600.16404_neutral and choose Add Settings to Pass 4 specialize.
34. In the Answer File pane, click amd64_Microsoft-Windows-Shell-Setup_neutral.
Here, you also enter the ProductKey. In addition, you can specify the
ComputerName and TimeZone. For now, leave these blank.
35. In the Windows Image pane, right-click amd64_Microsoft-Windows-ShellSetup_6.3.9600.16404_neutral and choose Add Settings to Pass 7 oobeSystem.
36. In the Answer File pane, under 7 oobeSystem/amd64_Microsoft-Windows-ShellSetup_neutral, configure the following settings:
Registered Organization is Classroom
Registered Owner is Student
37. Click File > Save Answer File.
38. Browse to the C:\Software folder. In the File name text box, type Unattend
(Temp).xml and then click Save.
39. Take a screen shot of the Unattend (Temp).xml - Windows System Image
Manager screen by pressing Alt+Prt Scr and then paste it into your Lab 1
worksheet file in the page provided by pressing Ctrl+V.
41. On Server01, using Windows System Image Manager, click File > Open Answer
File. In the C:\Software folder, click the autounattend.xml file and then click
Open.
Question
6
45. In the Answer File pane, expand the structure and view the various settings.
46. Close Windows System Image Manager.
47. Open the C:\Software folder.
48. Right-click the autounattend.xml file, choose Open with, and choose Notepad.
49. Scroll through the document and review the various settings.
50. Close Notepad.
End of exercise. You can leave any windows open for the next exercise.
Exercise 1.4
Overview
In this exercise, you will deploy a Windows image from the WDS
server while using the autounattended.xml file.
Mindset
Completion
time
10 minutes
1.
2.
3.
4.
5.
Select the Enable unattended installation check box. Click the Browse button
corresponding to the x64 architecture, browse to
C:\RemoteInstall\autounattend.xml, and then click Open. When completed, the
Client tab should look like Figure 1-5.
Question
7
Figure 1-5
Configuring the Client settings
6.
7.
Expand the Server01.contoso.com node, expand the Install Images node, and
then click ImageGroup1.
8.
9.
Click to select the Allow image to install in unattended mode check box.
10. Click Select File. The Select Unattend File dialog box opens.
11. Browse to C:\RemoteInstall\autounattend.xml, click Open, and then click OK.
12. Take a screen shot of the Image Properties dialog box by pressing Alt+Prt Scr
and then paste it into your Lab01_worksheet file in the page provided by pressing
Ctrl+V.
13. Click OK to accept your settings and to close the Image Properties dialog box.
You are now ready to perform a PXE boot on a new server and perform an
installation of Windows Server 2012 R2.
End of exercise. Close Windows Deployment Services and any Explorer folders
that are open.
Exercise 1.5
Overview
Mindset
Completion
time
20 minutes
1.
2.
3.
4.
5.
6.
7.
Take a screen shot of the Package folder by pressing Alt+Prt Scr and then paste it
into your Lab01_worksheet file in the page provided by pressing Ctrl+V.
8.
9.
What is the first step that you have to perform before you can
add a Windows package to a WIM file?
You need to mount the .wim file first.
10 minutes
time
1.
2.
In Exercise 1.2, what two images did you have to add to the WDS server to
handle the Windows installation?
3.
In Exercise 1.3, what program did you use to create the unattend file?
4.
In Exercise 1.3, what program should you use to verify a unattend file?
5.
In Exercise 1.3, how was the Windows System Image Manager installed?
6.
In Exercise 1.4, what two places did you have to define an unattend file?
7.
In Exercise 1.5, what program did you use to modify a Windows image?
Lab
Challenge
Overview
Mindset
Over the last couple of months, you have been using WDS to
deploy Windows Server 2012 R2. Recently, you started to purchase
new servers that require additional drivers that are not included
with the Windows installation. You need to ensure that WDS will
deploy these drivers. You need to explain how to add drivers to a
Windows image.
Completion
time
10 minutes