Chapter 1 Flashcards

Deploy Manage and Maintain Servers

1
Q

What functions does the Windows Deployment Services platform provide?

A
  • PXE Server
  • Image Store
  • WDS client
  • TFTP Server services
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does Windows Deployment Services allow you to perform?

A
  • network-based installations based on network-based boot and installation media
  • stores the installation files
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the minimum requirements for installing the Windows Deployment Services role?

A
Active Directory Domain Services AD DS
DHCP to support Preboot eXecution Environment PXE
DNS
NTFS
Credentials (Local Admin on Server)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In order for a client computer to communicate with WDS without an operating system, the client must support?

A

Preboot eXecution Environment (PXE)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What two role services does the WDS role include?

A

Deployment Sever

Transport Server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the two types of image formats?

A

o Sector-based image formats

o File-based image formats

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What format do the boot and install images use?

A

Windows Imaging Format (WIM)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does the WIM file format allow?

A

a file structure to be stored inside a single WIM database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is an image group?

A

a folder within the image
repository of WDS that shares security
options and file resources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does the image group consist of?

A

o The resource .wim file (Res.rwm)

o The .wim files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What permissions are inherited by the images in an image group?

A

Any permission assigned to the image group.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a boot image?

A

Images that contain the Windows Preboot Environment and the WDS client

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is an install image?

A

Install images are the actual operating system images that are deployed to the client computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a discover image?

A

an image file that you can burn to a CD-ROM or other boot medium

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

When WDS is employed, when would a discover image be used?

A

When the client machine does not support a Preboot eXecution Environment (PXE).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is an image file?

A

a snapshot of a computer’s hard drive taken at a particular moment in time.

17
Q

What is the Preboot eXecution Envionment (PXE)?

A

a technology that boots computers using the network interface without a data storage device, such as a hard drive or an installed operating system.

18
Q

Which type of image is required to create a custom image from a template compute?

A

Capture Image

19
Q

What Windows PowerShell cmdlet is used to update an offline boot file with a new driver?

A

Add-WdsDriverPackage

20
Q

If only the Transport server role is installed, how are images configured and managed?

A

Using custom scripts and the WDSUtil.exe

21
Q

What PowerShell cmdlet generates a PSCredential Object?

A

Get-Credential

22
Q

What must be created and made available in order to boot to the WDS server and subsequently install from an image?

A

At least one boot image and one install image.

23
Q

What PowerShell cmdlet is used to add images to the WDS image store?

A

Import-WdsInstallImage -Path -ImageGroup

24
Q

What PowerShell cmdlet is used to add images to the WDS image store?

A

Import-WdsBootImage -Path

25
Q

What cmdlets should be used to copy an image from one image group to another?

A

Export-WdsInstallImage* and Import-WdsInstallImage*