Managing Deployment Images with MDT
Managing Deployment Images with MDT
Contents:
and takeaways
Module overview
1 of 70 3/12/2019, 1:30 PM
about:blank
Virtual machine environments have become ubiquitous in the datacenter, and having
the ability to deploy virtual server roles and workloads while deploying operating
systems is an important part of the deployment process.
Objectives
Lesson objectives
After completing this lesson, you will be able to:
• Describe
• Describe the Windows Automated Deployment Kit (ADK) for Windows 10.
2 of 70 3/12/2019, 1:30 PM
about:blank
Overview
Imaging has been in use for a long time, with early imaging products primarily
performing sector-based imaging. Windows operating systems use .wim files that
contain file-based images. When you are planning an image management strategy,
you must considerations. Some of considerations include
the type of images, storage and device
drivers, management.
Type
You can choose between sector-based and file-based imaging. File-based imaging
3 of 70 3/12/2019, 1:30 PM
about:blank
• They deploy faster than file-based images. File-based images copy files to the
destination whenever they are applied. read
answer configuration options. Sector-based copy bits,
regardless configurations you might
Windows
• Windows image file (.wim). The Windows image file is a file-based, disk-image
format that has a .wim file extension and that contains one or more individual
volume images. The Windows image file structure contain six of
resources,
4 of 70 3/12/2019, 1:30 PM
about:blank
o Metadata resources. Information about the files that you capture. There is one
metadata resource for each image in a .wim file.
o Lookup table. Information about the location of file resources in the .wim file.
There is one lookup table for each image.
o XML data. Additional information about the image. There is XML data field
Thin images
5 of 70 3/12/2019, 1:30 PM
about:blank
A thin image is the smallest possible image you can create. It contains only the
operating system and the necessary settings for a computer to be used in a network
environment. Thin images do not contain any installed applications. A thin image is
an appropriate baseline for all computers that will use the same operating system,
regardless of the applications and utilities that could be loaded afterwards. However,
the downside of thin images is that, because they do not contain any installed
applications, all of the necessary computer after
you deploy
Thick
A thick image is the opposite of a thin image. It contains the operating system and
every application required by the end user. The advantage of a thick image is that,
after deployment, the user can work on the computer without having to install
anything else. The disadvantages are that thick images are larger than thin images,
and you the image more often multiple
applications.
Hybrid
Most organizations with images that fall somewhere thin and thick.
Administrators commonly identify the various applications required by most of the
users in the organization and then create an image that contains all of those common
applications. Once the image is applied to a computer, the specific applications for an
individual user are deployed as well. This type of image is a hybrid image. Large
organizations set of hybrid images such as one
for the one for the sales the IT
department.
Boot
You can build boot images from Windows Preinstallation Environment (Windows PE)
6 of 70 3/12/2019, 1:30 PM
about:blank
for Windows 10, which is a lightweight version of the Windows operating system. You
can use boot images to start a computer in an environment where you can capture or
install an operating system image. When you start a computer from a boot image,
you load the Windows PE image into random access memory (RAM) and the system
creates a RAM disk to which it assigns the drive letter X. The RAM disk provides a
virtual file system in memory, which allows you to remove the actual boot media if
required. could remove the boot has a
.wim to the hard drive.
Install images
7 of 70 3/12/2019, 1:30 PM
about:blank
You can choose from several tools and technologies to perform an image-based
Windows installation. You must tools and
know them in deployment
• Answer file ([Link]). A simple answer file includes basic Windows Setup
configuration data and minimum Windows Welcome customizations, which start
after the Windows Setup program runs.
8 of 70 3/12/2019, 1:30 PM
about:blank
You might want to modify an existing .wim file by injecting drivers or adding Windows
packages to an image. You can use several tools to service .wim files. You can
deploy .wim files through the Microsoft Deployment Toolkit (MDT), Windows DS, and
Microsoft System Center Configuration Manager (Configuration Manager). You also
can use the ImageX and Deployment Image Servicing and Management (DISM)
command-line tools or the DISM Windows PowerShell module cmdlets to service and
deploy .
ImageX
DISM
9 of 70 3/12/2019, 1:30 PM
about:blank
The command-line parameters and the Windows PowerShell cmdlets provide similar
functionality. The following table includes the basic commands for imaging.
Commit /commit-image
mounted .
Get /get-imageinfo
Windows
Capture /capture-image
into a
To list all the cmdlets, including those added for this version of DISM in Windows
Server PowerShell command following
cmdlets, each line:
Import-Module
10 of 70 3/12/2019, 1:30 PM
about:blank
The process for creating an install image can be summarized in the following high-
level steps:
1. Start the reference computer from the network and perform a standard
Windows operating system installation.
2. computer as required.
3. computer.
11 of 70 3/12/2019, 1:30 PM
about:blank
A capture image is a boot image that you can use to start a reference computer,
capture its system drive, and store it in a .wim file. A reference computer is a
computer that creates an image that you will later use to deploy an operating system
to multiple computers.
• Manual install. Start the reference computer by using the Windows install media,
or connect a share or USB drive that contains the install media, and then run
[Link].
o DISM
o ImageX
After installing the operating system on a reference computer, configure the reference
computer by doing one or more of the following:
12 of 70 3/12/2019, 1:30 PM
about:blank
Generalize computer
sysprep /generalize
Capture
13 of 70 3/12/2019, 1:30 PM
about:blank
3. Follow the Capture Image wizard and specify the name of the .wim file that you
want to create with the image from the reference computer.
Storage
Number
When you use sector-based imaging, you might need to create multiple images
based the hardware that your environment is using. Typically, each different
storage use requires an image. acquire new
hardware, create, store, and maintain When
you use can use the same most
systems.
Software
14 of 70 3/12/2019, 1:30 PM
about:blank
Operating system images do not have to include only the operating systems. You can
install most software on your reference computer before imaging it. However, the
more software that images include, the larger the images become and the longer
they take to deploy.
Image updates
• Online servicing. This strategy involves deploying the image back to a reference
15 of 70 3/12/2019, 1:30 PM
about:blank
computer, making all of the necessary changes, and then reimaging the reference
computer. You might need to do this when installing new applications, Windows
Installer-based software updates (.msi files), or drivers with .exe installations, and
when adding anything that depends on Windows-installed services, such as the
Microsoft .NET Framework.
You can use Windows Setup to modify an image during different phases of the
deployment when deploying an computer for
online deploying the image to client an
unattended answer file, you can
customizations, following servicing operations:
• Add
Online servicing
You can perform online servicing with the DISM tool or through manual intervention.
16 of 70 3/12/2019, 1:30 PM
about:blank
After deploying the system to a reference computer, you can add Plug and Play
device drivers to the driver store, install applications and system components, install
folders and files, and test the changes to the image. After you complete and test the
changes, you can recapture the reference system. You can use the following tools to
perform various online operations:
• Windows Update Standalone Installer to add service packs or other .msu files.
Offline
• Add .
17 of 70 3/12/2019, 1:30 PM
about:blank
• Update image.
18 of 70 3/12/2019, 1:30 PM
about:blank
A basic deployment process might include the following steps, which you can perform
without using Windows ADK. However, by using Windows ADK, you can make this
process faster and more consistent across multiple builds by performing the following
steps:
1. Create the Windows PE media. You can use a USB device or a bootable CD
capture your image and customize it.
b. Modifying a sample answer file to fit your needs and including any drivers
or other packages in the installation.
19 of 70 3/12/2019, 1:30 PM
about:blank
f. Copying the answer-file profile to the root directory of the USB device as
[Link].
3. Use the answer file that you created to install a Windows operating system on
your reference computer:
administrator profile.
d. Ensure that the USB device with the [Link] is plugged in.
\Windows\System32\Sysprep\Sysprep. /oobe
/unattend:
D:\[Link]
5. Use the DISM tool to copy the Windows partition to a network location or
6. computer:
20 of 70 3/12/2019, 1:30 PM
about:blank
d. Verify that the computer image and profile settings are correct.
Windows ADK contains different tools that IT professionals can use to assess,
customize, Windows operating systems released
Windows to incorporate Windows ADK
functionality. Windows ADK in two Windows
assessment deployment. This topic deployment.
• Windows SIM. You can use Windows SIM to create unattended Windows Setup
answer files.
• Windows PE. Windows PE is the initial operating system that you use during a
Windows deployment. Windows computer by
running partitioning a hard drive, volumes,
copying system, and initiating
21 of 70 3/12/2019, 1:30 PM
about:blank
• Volume Activation Management Tool (VAMT). VAMT provides a centralized tool for
managing volume-licensed Microsoft products, including Windows operating
systems and Microsoft Office products.
• Additional tools. These are command-line tools, such as oscdimg, which creates
bootable Windows PE .iso image files, and makewinpemedia, which creates
Windows media.
Windows ADK for Windows 10 has the following new deployment tools:
• Flashing tools. These are tools to flash Full Flash Update (FFU) images to
Windows
• Windows Assessment Toolkit. The Assessment Toolkit helps you assess a running
operating system, determine its status, review results in a report, diagnose
problems or issues, and helps you correct the problems or issues. It comes with
the Windows Assessment Console and a number of XML and binary files that are
loaded with specific computer status checks and measurement components. It
also Assessment Toolkit technical
Windows ADK also includes the Microsoft SQL Server Express 2012 SP1 database,
22 of 70 3/12/2019, 1:30 PM
about:blank
which stores objects that are collected by some deployment tools, such as ACT.
• Simplifies process.
• Provides end-to-end deployment solutions for both client and server computers.
23 of 70 3/12/2019, 1:30 PM
about:blank
• Uses existing technologies, such as Windows PE, Windows image file (.wim) and
virtual hard disk (.vhd and .vhdx) image files, and image-based deployment.
• Windows
• Windows
• Windows
• Windows 8
• Windows
• Windows
24 of 70 3/12/2019, 1:30 PM
about:blank
• Transport Server. This role service provides basic network services and a PXE
listener. forwards the requests to Transport
Server is part of the Windows install the
Transport service as a standalone an
additional such as Configuration System
Center Machine Manager (Virtual Machine custom
deployment services.
• Windows DS snap-in. This is the Windows DS graphical user interface (GUI). You
can complete most Windows DS tasks in this snap-in, which you can install only if
you install the Deployment Server role service.
You can use the Deployment Server and Transport Server roles together, or you can
use the Transport Server role alone by using Configuration Manager or Virtual
Machine Manager. You cannot run WDSUtil and the Windows PowerShell cmdlets
remotely. You must sign in to the Windows DS server to be able to configure
Windows command line.
• AD DS acts as a data store, and you can prestage a computer in AD DS. During
25 of 70 3/12/2019, 1:30 PM
about:blank
the deployment process, Windows DS will match the physical computer to the AD
DS object.
Components systems
Updates are not the only componentized element that you can apply to images. The
following elements follow the component infrastructure:
• Updates
• Service
• Language
• Device
You can reduce the size of images and total number of available images in a server
26 of 70 3/12/2019, 1:30 PM
about:blank
Any organization that wants to reduce administration effort during operating system
deployment can do so by using Windows DS. Organizations that use Windows DS
require users when deploying
You also can use Windows DS in conjunction with other technologies to provide an
even less interactive deployment, called zero-touch installation (ZTI). In a zero-touch
installation, a designated server can use the Wake On LAN protocol to start
computers then join a session DS. That
way, target computers is necessary.
In a small network consisting of a single server and around 25 computers running the
Windows you could use Windows upgrade
process to Windows 10. After
configured server role on the single Windows
DS to tasks:
1. Add [Link] from the sources folder of the Windows Server 2016 media as a
boot image in Windows DS.
27 of 70 3/12/2019, 1:30 PM
about:blank
2. Add [Link] from the sources folder of the Windows 10 media as an install
image.
3. Create a capture image from the boot image that you added previously.
9. Connect to the capture image that you created, use it to capture the local
then upload it back to
The benefits of this deployment method to the organization in this scenario are:
28 of 70 3/12/2019, 1:30 PM
about:blank
2. Add [Link] from the Windows Server 2016 media as an install image.
6. computer as required.
7. reference computer.
9. Capture the reference Windows operating system, and upload it back to the
Windows DS server.
12. Configure the answer file for use with the captured installation image on
29 of 70 3/12/2019, 1:30 PM
about:blank
Windows DS.
13. Configure a custom naming policy in Windows DS so that each server computer
receives a suitable computer name during deployment.
The benefits of this deployment method to the organization in this scenario are:
• Automatic
• Little interaction.
The solution does not implement multicast transmissions, nor does it use PXE
referral. You also could use these technologies to help manage network traffic during
the deployment.
30 of 70 3/12/2019, 1:30 PM
about:blank
One of the common purposes for using MDT 2013 Update 2 in an LTI or ZTI scenario
is to In this case, you separate reference-image
creation production deployment
reference reference computer a .wim file.
You computer with all of applications that
you want other computers and then capture file. You then can
use the .wim file as a basis of deployment through MDT, or alter it by adding drivers,
packages, and applications by using task sequences when deployment occurs.
When preparing to use the LTI method, you can divide your preparation into four
major
31 of 70 3/12/2019, 1:30 PM
about:blank
strategies.
• Create the deployment share. The deployment share is the repository for all of the
deployment files.
• Create and customize the task sequences. You can use task sequences to
automate the build and deployment processes.
Note: Windows ADK for Windows 10 must be installed prior to installing the
MDT 2013 Update 2 files. Otherwise, you cannot use the deployment share
node. Note that do not need to install all utilities in Windows ADK for
Windows MDT, you only need to install Tools,
Windows Environment (Windows
After installing the MDT, the next step is to start the Deployment Workbench and
begin configuring the MDT environment. In the Deployment Workbench, you should
configure the Components container first. The Components container displays the
status of the MDT components. Some components will display as already installed,
and some could show as required. Required components will need to be downloaded
and connected to the Internet, component,
and then download the component
32 of 70 3/12/2019, 1:30 PM
about:blank
• Windows 10
• Windows 8.1
• Windows
• Windows
• Windows
• Windows 7
33 of 70 3/12/2019, 1:30 PM
about:blank
• Import Windows Server 2016 operating system files into an MDT deployment
share.
Demonstration
Create share
34 of 70 3/12/2019, 1:30 PM
about:blank
2. Use the Import Operating System Wizard to import source files from the E:\
drive into a Destination directory name named WindowsServer2016.
Check Knowledge
Categorize Activity
Categorize each item into the appropriate category. Indicate your answer by writing the
category number to the right of each item.
network
using
/ufd
bootable
35 of 70 3/12/2019, 1:30 PM
about:blank
server
Windows
MDT
36 of 70 3/12/2019, 1:30 PM
about:blank
creation of a reference computer and then capture that computer to an image, which
you then can deploy to target computers.
Lesson objectives
After completing this lesson, you will be able to:
• Create
• Deploy
37 of 70 3/12/2019, 1:30 PM
about:blank
media.
While you can use the original [Link] file found in the sources directory of the
installation media to deploy an image, in most cases you would want to customize
both the image as it exists as a .wim file in the MDT Deployment Share and through
the deployment of the image. By using MDT, you can deploy a .wim file to a reference
computer, software to the reference capture
the reference entirety to a .wim file. this .wim file
to many even add software, image as
part deploying.
When you follow the LTI process (which uses only the tools available in the MDT),
you perform the following high-level steps:
1. Install the MDT, create a deployment share on the management computer, and
files that you want to
5. Run the deployment wizard to install the operating system on the reference
computer, and capture an image of the reference computer.
6. to the management
38 of 70 3/12/2019, 1:30 PM
about:blank
9. Boot the target computer with the MDT media. This will provide the reference
computer with access to the task sequence files, the task sequence, and the
boot image.
10. Run the deployment wizard to install the operating system on the target
computer.
• Sysprep and Capture Use to automate the running of the System Preparation
Tool ( capturing of a reference
39 of 70 3/12/2019, 1:30 PM
about:blank
• Standard Server Task Sequence. Use to create the default task sequence for
deploying server operating system images to servers.
After you create a task sequence, you can further customize each task in the task
40 of 70 3/12/2019, 1:30 PM
about:blank
sequence. You also can add new tasks to the task sequence.
You can use two files to control the behavior of installations that you deploy from a
deployment share. The rules shown in the Deployment Shares Properties are stored
in the [Link] file, which is in the deployment share in the Control folder.
The [Link] file is the primary configuration file for the deployment
share. deployment share settings.
The [Link] file and the [Link] file are organized into sections.
The first section is the Settings section, which defines the file’s contents, including:
Additionally, each of the files contains the Default section, which stores the default
properties when you create a deployment share.
Deploying MDT
41 of 70 3/12/2019, 1:30 PM
about:blank
When you update the deployment share, the LTI boot media is either created or
modified. includes the MDT program, Windows
Deployment performing a deployment. system by
using MDT program starts following
actions
1. The [Link] file is processed. When the computer first starts, the MDT
program processes [Link], and then uses the information to connect to
the deployment share.
2. After you connect to the deployment share, from the Welcome page, you can:
42 of 70 3/12/2019, 1:30 PM
about:blank
Additionally, you can choose the keyboard layout or configure a static IP address.
You also can configure the keyboard layout in the [Link] file.
Choosing the Run the Deployment Wizard to install a new operating system
involves the following steps:
3. The Task Sequence page appears. After you apply the [Link]
file settings, the Windows Deployment Wizard presents the available task
When you perform a new computer deployment by using a task sequence based on
the standard client-task sequence and a default [Link] file, the
Windows will display the following
2. Move Data and Settings. If the computer had an existing operating system,
43 of 70 3/12/2019, 1:30 PM
about:blank
you could choose to Move the user data and settings to a specified location.
3. User Data (Restore). If you have previously used the Move the user data and
settings option as part of a computer migration, you can specify the location on
this page.
4. Locale and Time This page allows you to specify the language and time
deployment.
MDT has a monitoring feature that the Deployment Workbench and MDT scripts
support. You can use the Monitoring node in the Deployment Workbench to view the
deployment process.
Selection
44 of 70 3/12/2019, 1:30 PM
about:blank
• The Deployment Share Properties dialog box, on the Windows PE tab, on the
Drivers and Patches tab. Here you can specify the selection profile to limit the
drivers that are added to the Windows PE boot image.
• An Inject Drivers task step. You use the selection profiles in this step to control the
drivers that are available for a particular task sequence.
• The New Linked Deployment Share Wizard. Here you use the selection profiles
to control the linked content.
Selection Description
All drivers Contains all folders from the Out-of-Box Drivers item
All drivers and packages Contains all folders from the Packages and Out-of-Box Drivers items
Linked shares
You can use linked deployment shares to connect two deployment shares logically.
45 of 70 3/12/2019, 1:30 PM
about:blank
One deployment share acts as the source and the other deployment share is the
target. You use a selection profile to control the content copied to the target
deployment share. Using linked deployment shares allows you to use LTI
deployments in larger organizations, while keeping the management simple by
requiring that you update only the source deployment share.
Media
Database
46 of 70 3/12/2019, 1:30 PM
about:blank
• Installing the MDT Monitor service (MDT_Monitor). This service receives and
stores the events from the computers that are being monitored. It also provides
the information to the Deployment Workbench.
• Installing an SQL compact database. Only the MDT Monitor service uses this
database.
Check
Select
Which operating systems can deploy? Choose
all that
Windows 7
Windows 10
Windows 2008
Windows
47 of 70 3/12/2019, 1:30 PM
about:blank
Prior to implementing virtualization in your organization, you must first determine key
evaluation factors that you can use to assess your organization’s virtualization
requirements. You will learn about some of the available resources, including solution
accelerators such as the Microsoft Assessment and Planning Toolkit (MAP). This
lesson also describes some of the principal design factors for implementing a server
virtualization solution.
Lesson
After you will be able to:
• Design virtualization.
Evaluation factors
48 of 70 3/12/2019, 1:30 PM
about:blank
When you consider the challenges presented by the traditional computer and
application server virtualization is many of
the known your server virtualization important first
step, that will contribute to project is
the beginning Some of the important as
follows:
• Project scope. You should define the virtualization project scope as early on as
possible. You should determine the business factors driving the project, the staff
that is responsible for determining these factors, and their goals.
49 of 70 3/12/2019, 1:30 PM
about:blank
50 of 70 3/12/2019, 1:30 PM
about:blank
• Licensing. You also need to evaluate whether you can license the application for
use in a virtual environment. Reduced licensing costs for multiple applications or
operating up and make a strong using
virtualization.
51 of 70 3/12/2019, 1:30 PM
about:blank
You can use MAP to conduct network-wide deployment readiness assessments and
to determine migrate Microsoft technologies servers,
desktops, virtual environment. can
determine can upgrade to Windows servers
you can machines on Hyper-V in and which
client upgrade to Windows 10. primary tool to help
you identify which applications, desktops, and servers would make ideal candidates
for virtualization.
Note: As the time of writing this Module, Microsoft last release of MAP is
version 9.3, which does not include Windows Server 2016.
The included operating systems are: Windows 10, Windows 8.1, Windows 8,
Windows 7 Service Pack 1, Windows Server 2012 R2, Windows Server 2012,
Windows 2008 R2 SP1
A MAP will be released after of Windows
52 of 70 3/12/2019, 1:30 PM
about:blank
• Hardware inventory. MAP uses a secure process, which does not utilize an agent,
to collect and organize system resources and device information across your
network from a single networked computer. Some of the examples of the
information that MAP returns include operating system information, system
memory details, installed drivers, and installed applications. MAP saves this
information in a local database, and then uses it to provide you with specific
reports recommendations.
You can use MAP to inventory the following operating systems and applications:
o Windows 10
o Business
53 of 70 3/12/2019, 1:30 PM
about:blank
o SQL Server
o VMware vSphere
o VMware vCenter
o MySQL
o Windows 10
o Windows 8
54 of 70 3/12/2019, 1:30 PM
about:blank
o Office 365
55 of 70 3/12/2019, 1:30 PM
about:blank
Microsoft provides MAP as the primary tool for server virtualization planning. It is
easy administrators through use of built-
in wizards, reports.
MAP
MAP can discover Windows, Linux, UNIX, and VMware servers, computers, and
virtual machines. It has the following discovery methods and requirements for
creating an inventory:
56 of 70 3/12/2019, 1:30 PM
about:blank
• AD DS. Requires domain credentials. You can use this method to discover all
computers in all domains or in specified domains, containers, and organization
units.
• IP Address Range. You can scan for computers and servers using one or more IP
address ranges, up to a maximum of 100,000 addresses.
MAP Metrics
After you have an inventory of discovered hardware, you can collect performance
metrics for your assessment. To gather performance metrics, you must run the
Performance Metrics Wizard. You can collect metrics for Windows and Linux-based
machines by using WMI or Secure Shell. The minimum collection period is 30
minutes. schedule an end date collection
should
57 of 70 3/12/2019, 1:30 PM
about:blank
Note: If required, you can use the Performance Metrics Wizard to collect
additional metrics. You must choose to either discard previous metrics or
append the new ones to existing data.
While the performance metric data collection is running, you might not be able
to perform other tasks with MAP.
MAP
MAP
• Window Hyper-V
58 of 70 3/12/2019, 1:30 PM
about:blank
• Use data.
• Create configuration.
Demonstration steps
Use data
59 of 70 3/12/2019, 1:30 PM
about:blank
administrator
[Link]
6. On the Active Directory Options page, ensure that Find all computers in all
domains, containers, and organizational units is selected, and then click
Next.
administrator
[Link]
9. When the Inventory and Assessment page opens, review the results of the
data collection, wait for the assessment to show as complete, and then close
60 of 70 3/12/2019, 1:30 PM
about:blank
4. Review the details on the metrics page, and then close the window.
Create configuration
1. At the bottom left of the MAP console screen, in the running task drop-down list
box, click Cancel processing, and then click Yes.
5. Complete the wizard using approximate values based on a server that you
might use.
Review
3. Review the Configurations collected. When done, go back to the main MAP
61 of 70 3/12/2019, 1:30 PM
about:blank
console.
4. Note that you could also run the Server Consolidation and Private Cloud
Fast Track wizards, which, due to time constraints, will not be done.
62 of 70 3/12/2019, 1:30 PM
about:blank
Implementing a new virtualization solution can often include assessing physical and
virtual servers, or assessing an existing virtualization solution. A new virtualization
solution can provide an opportunity to consolidate physical servers, and, in an
existing server virtualization solution, it can improve virtual machine density per host,
possibly by virtualizing some more demanding workloads.
2. Determine the workloads. Create a list of potential workloads that you want to
virtualize, identify the workloads that cannot be virtualized, then use MAP to
the remaining servers. performance
servers for a suitable
63 of 70 3/12/2019, 1:30 PM
about:blank
As part of the host server design, you also need to consider the number of
virtual machines that each host computer will be running.
5. Map workloads to hosts. After designing the host server hardware, you can start
mapping the virtual machines to the host servers. There are many factors that
you need to consider during this design, including:
6. Design host backup and fault tolerance. Use the information that collected
fault-tolerance requirements machines to
availability solution
64 of 70 3/12/2019, 1:30 PM
about:blank
• What are the network reliability requirements for each virtual machine?
virtualization be used?
Check
Discovery
You are Adatum company. Your infrastructure
consists datacenters connected to each Multiprotocol Label
Switching (MPLS) network. Over the previous decade, the company has made several
different server purchases, and recently added Hyper-V servers with virtual servers
running various server roles. The CIO has decided that it is time for a datacenter
hardware update. You have been asked to develop a cost-effective plan to upgrade or
replace all the older systems to Hyper-V capable servers. As part of the planning phase,
you have comments from the various administrators about
the environment. frequent complaints could
you use assist with the migration assess the
complaints, performance issues, as necessary?
Show solution
65 of 70 3/12/2019, 1:30 PM
about:blank
Scenario
Adatum Corporation is a global engineering and manufacturing company with a head
office based in London, UK. An IT office and datacenter are located in London to
support the London location and other locations. A. Datum has recently deployed a
Windows Server 2016 server and client infrastructure.
Objectives
After completing this lab, you will be able to:
• Configure 2.
Lab
User Adatum\Administrator
Password:
66 of 70 3/12/2019, 1:30 PM
about:blank
3. In the Actions pane, click Connect. Wait until the virtual machine starts.
4. following credentials:
Administrator
Adatum
Exercise MDT
Scenario
The is as follows:
• Configure share
Detailed Steps ▼
Result: After completing this exercise, you should have configured MDT 2013
67 of 70 3/12/2019, 1:30 PM
about:blank
Scenario
2. image
3. task sequence
4. LON-SVR6
5. module
Detailed Steps ▼
Detailed Steps
Detailed Steps
Detailed Steps
Detailed Steps
Result: After completing this exercise, you should have used MDT 2013 Update 2
to deploy Windows Server 2016 to LON-SVR6, and then you should have tested
68 of 70 3/12/2019, 1:30 PM
about:blank
Review Question(s)
Discovery
In the Monitoring node to observe sequence
status. there are no values in detail pane?
Show solution
Discovery
When source files, four separate Why?
Show solution
Module takeaways
Best Practice:
• Build your reference system by using a virtual machine. This will avoid
having an image with any hardware-specific configurations embedded.
69 of 70 3/12/2019, 1:30 PM
about:blank
Mismatch between versions of MDT and Please see Student Companion Content for this course.
Windows AIK or Windows ADK.
Review Question(s)
Check
Discovery
What bypass having to enter credentials the deployment
share?
70 of 70 3/12/2019, 1:30 PM