Chapter 1 Flashcards
Deploy Manage and Maintain Servers
What functions does the Windows Deployment Services platform provide?
- PXE Server
- Image Store
- WDS client
- TFTP Server services
What does Windows Deployment Services allow you to perform?
- network-based installations based on network-based boot and installation media
- stores the installation files
What are the minimum requirements for installing the Windows Deployment Services role?
Active Directory Domain Services AD DS DHCP to support Preboot eXecution Environment PXE DNS NTFS Credentials (Local Admin on Server)
In order for a client computer to communicate with WDS without an operating system, the client must support?
Preboot eXecution Environment (PXE)
What two role services does the WDS role include?
Deployment Sever
Transport Server
What are the two types of image formats?
o Sector-based image formats
o File-based image formats
What format do the boot and install images use?
Windows Imaging Format (WIM)
What does the WIM file format allow?
a file structure to be stored inside a single WIM database.
What is an image group?
a folder within the image
repository of WDS that shares security
options and file resources.
What does the image group consist of?
o The resource .wim file (Res.rwm)
o The .wim files
What permissions are inherited by the images in an image group?
Any permission assigned to the image group.
What is a boot image?
Images that contain the Windows Preboot Environment and the WDS client
What is an install image?
Install images are the actual operating system images that are deployed to the client computer.
What is a discover image?
an image file that you can burn to a CD-ROM or other boot medium
When WDS is employed, when would a discover image be used?
When the client machine does not support a Preboot eXecution Environment (PXE).
What is an image file?
a snapshot of a computer’s hard drive taken at a particular moment in time.
What is the Preboot eXecution Envionment (PXE)?
a technology that boots computers using the network interface without a data storage device, such as a hard drive or an installed operating system.
Which type of image is required to create a custom image from a template compute?
Capture Image
What Windows PowerShell cmdlet is used to update an offline boot file with a new driver?
Add-WdsDriverPackage
If only the Transport server role is installed, how are images configured and managed?
Using custom scripts and the WDSUtil.exe
What PowerShell cmdlet generates a PSCredential Object?
Get-Credential
What must be created and made available in order to boot to the WDS server and subsequently install from an image?
At least one boot image and one install image.
What PowerShell cmdlet is used to add images to the WDS image store?
Import-WdsInstallImage -Path -ImageGroup
What PowerShell cmdlet is used to add images to the WDS image store?
Import-WdsBootImage -Path
What cmdlets should be used to copy an image from one image group to another?
Export-WdsInstallImage* and Import-WdsInstallImage*