Chapter 6 Flashcards

1
Q

Due to a recent expansion, your company will add a new division at your location. You have been put in
charge of installing Windows Server 2012 R2 on 15 servers.
You decide to use Windows Deployment Services (WDS) to help automate the installation. Your solution
needs to accommodate the following:

You will install the Standard and Datacenter editions.
Five servers do not have PXE support.
You will only use default install images included with Windows Server 2012 R2; you will not create any custom install images.
Which image types will you use in your deployment?

Boot, capture, discover, and install
CD Boot, discover, and install
Boot and install
Install only
Boot, capture, and discover
A

CD Boot, discover, and install

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

Due to a recent expansion, your company will add a new division at your location. You have been put in
charge of installing Windows Server 2012 R2 on 15 new servers.
You use Windows Deployment Services (WDS) to install the operating system on ten of the servers. You find,
however, that the remaining five servers do not have PXE support.
You need to install Windows Server 2012 R2 on the remaining five servers with as little effort as possible.
What should you do?

Create a discover boot image and an ISO image. Burn the ISO image to CD. Boot each computer to the
CD, connect to the WDS server, and complete the installation.

Run Windows SIM to create a custom unattended installation file that includes the necessary settings for
the remaining five servers. Add the resulting file to the WDS server. On the remaining five servers, connect to the WDS server and use the unattended file to complete the installation.

Install Windows Server 2012 R2 on one of the servers. Create a capture image, and use the capture
image to create a custom install image using that server. On the remaining four servers, connect to the
WDS server and use the custom image to complete the installation.

On each remaining server, perform a manual installation of Windows Server 2012 R2.

A

Create a discover boot image and an ISO image. Burn the ISO image to CD. Boot each computer to the
CD, connect to the WDS server, and complete the installation.

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

Due to a recent expansion, your company will add a new division at your location. You have been put in
charge of installing Windows Server 2012 R2 on 15 servers. All servers are PXE-boot capable.
You decide to use Windows Deployment Services (WDS) to help automate the installation.
You add the WDS role to the same server that is also your DHCP server.
What else must you do to complete the configuration of the WDS server? (Select two. Each choice is a
required part of the solution.)

Disable port 67 on the WDS server.
Configure DHCP option 60 on the DHCP server.
Add a discover image to the WDS server.
Configure DHCP options 66 and 67 on the DHCP server.
Add the Routing role service to the server and configure IP helper tables.

A

Disable port 67 on the WDS server.

Configure DHCP option 60 on the DHCP server.

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

You have just been put in charge of installing 30 new workstations. The following operating systems will be
installed:

Windows 8 Enterprise on 64-bit computers
Windows 8 Professional on 32-bit computers

You decide to use Windows Deployment Services (WDS) to help automate the installation.
You want to use the minimum number of install images. How many will you need?

1
2
3
4

A

2

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

You are the server administrator for the westsim.com domain. Organizational Units (OUs) have been created for each department. User and computer accounts in each department are placed in their respective departmental OUs.
You will use Windows Deployment Services (WDS) to install Windows 8 on a group of new computers. You
have configured three WDS computers, one for each of the following three departments: Accounting, Marketing, and Sales.
A manager in each department will boot the computer and select the image to install. You want to make sure
that each computer can only use the WDS server for its department.
What should you do?

Configure each WDS server to respond to all computers. Require administrator approval for unknown computers.

Prestage computer accounts in Active Directory.

On each WDS computer, configure the server to create computer accounts in the same OU as the user running WDS.

Create an image group on each server for computers in the department.

On each WDS server, run stutil /set-server /PrestageUsingMAC:Yes.

A

Prestage computer accounts in Active Directory.

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

You will use Windows Deployment Services (WDS) to install Windows 8 on a group of new computers. You
decide to create computer accounts for each computer in Active Directory using the computer GUID.
What should you use to create the computer accounts?

Run the Dsadd computer command with the -uci switch.
Run the stutil /add-device command with the /device and /ID switches.
Run the stutil /set-server command with the /PrestageUsingMAC switch.
Run the Dsmod command with the netbootGUID parameter.

A

Run the stutil /add-device command with the /device and /ID switches.

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

You want to use Windows Deployment Services (WDS) to deploy a custom version of Windows 8. You want to
make custom modifications to the installation such as installing applications and modifying desktop settings.
You then want to create an image that will install Windows on multiple computers while retaining these custom changes.
What should you do?

  1. Create a discover image.
  2. Install the operating system on the reference computer. Customize the installation.
  3. Run Sysprep on the reference computer.
  4. Boot the reference computer using the discover image.
  5. Add the install image from the Windows 8 DVD to WDS.
  6. Boot the reference computer using the install image.
  7. Customize the installation.
  8. Create a capture image from the reference computer.
  9. Create a capture image.
  10. Install the operating system on the reference computer. Customize the installation.
  11. Run Sysprep on the reference computer.
  12. Boot the reference computer using the capture image.
  13. Add the install image from the Windows 8 DVD to WDS.
  14. Run the Imagex command with the /mountrw command to mount the image to an empty
    directory.
  15. Run the Peimg /inf command to customize the image.
  16. Run the ImageX /unmount command with the /commit switch.
A
  1. Create a capture image.
  2. Install the operating system on the reference computer. Customize the installation.
  3. Run Sysprep on the reference computer.
  4. Boot the reference computer using the capture image.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

You are the network administrator for westsim.com. The network consists of a single Active Directory
domain. All the servers run Windows Server 2012 R2 and all the clients run Windows 8. You have installed Windows 8 into a Virtual Hard Disk (.vhd) file. You need to deliver the .vhd to 50 developer computers using Windows Deployment Services (WDS). You have configured WDS with a boot image and now you need to import the .vhd file into WDS.
Which utility should you use?

BCDEdit
WDS console
WDSUtil
DISM

A

WDSUtil

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

Due to a recent expansion, your company will add a new division at your location. You have been put in
charge of installing Windows Server 2012 R2 on 15 servers.
You decide to use Windows Deployment Services (WDS) to help automate the installation.
The new portion of the network has two subnets. The WDS server is on one subnet, and the DHCP server is
on another subnet.
What do you need to do to enable WDS to work in this situation? (Select two. Each choice is possible
solution.)

Configure DHCP option 60 on the DHCP server.
Configure DHCP options 60 and 67 on the DHCP server.
Disable port 67 on the WDS server.
Configure IP helper tables on the router.
Configure DHCP options 66 and 67 on the DHCP server.

A

Configure IP helper tables on the router.

Configure DHCP options 66 and 67 on the DHCP server.

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

You have just been put in charge of installing 30 new workstations. The following operating systems will be
installed:
0 Windows 8 Enterprise on 64-bit computers
0 Windows 8 Professional on 32-bit computers
You decide to use Windows Deployment Services (WDS) to help automate the installation.
How should you create custom install images for deployment on the WDS server? (Select two. Each choice is
a possible solution.)

Run ImageX.
Boot the reference computer using a capture image.
Boot the reference computer using a discover image.
Run RIPrep.

A

Run ImageX.

Boot the reference computer using a capture image.

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

You have decided to use Windows Deployment Services (WDS) for the deployment of Windows Server 2012
R2 in your organization. You install WDS on a single server and create a single image group that makes all
Server 2012 R2 installations available.
You want to provide a solution so that Mary Barnes, an assistant administrator, can boot new computers and
initiate the installation. Your solution should meet the following requirements:

Mary should only be able to install the Standard edition of Server 2012 R2.
Only the Standard edition should appear on the install menu when Mary boots a new computer.
All editions should show for you and other administrators.

You need to minimize the amount of disk space used by install images on the WDS server.
What should you do?

Disable all images except for the Standard edition image.
Configure permissions on the existing image group.
Configure permissions on the install images.
Create an image group that includes only the Standard edition install image. Configure permissions on both image groups.

A

Configure permissions on the install images.

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

You have decided to use Windows Deployment Services (WDS) for the deployment of Windows Server 2012
R2 in your organization. You install WDS on a single server and create a single image group that makes all
Server 2012 R2 installations available.
You realize that you do not currently have any licenses for the Datacenter edition of Server 2012 R2. Until
you obtain the necessary licenses, you want to make sure that the version does not appear in the install
menu when a computer boots using WDS. After obtaining the necessary licenses, you want to be able to
quickly allow installation again.
What should you do?

Delete the existing image group. Create a new image group that makes all versions available except for the Datacenter edition.
Configure permissions on the image group to deny permissions to the Datacenter edition.
Disable the Datacenter install image.
Delete the Datacenter install image.

A

Disable the Datacenter install image.

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

You want to use Windows Deployment Services (WDS) to deploy a custom version of Windows 8.
You have installed Windows 8 on a reference computer and customized it. Now you want to remove any
computer-specific information from the computer prior to capturing the image.
Which tool should you run next?

Windows SIM
DISM
Sysprep
ImageX

A

Sysprep

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

You have previously installed Windows Deployment Services (WDS) and configured it with a custom install
image of Windows 8.
You have received some operating system updates and would like to add these to the existing install image
without recapturing the entire image.
Which tools should you use?

WDSUtiI
Sysprep
Windows SIM
DISM

A

DISM

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

You have previously installed Windows Deployment Services (WDS) and configured it with a custom install
image of Windows 8. You created a multicast transmission using auto-cast.
You decide that you want to configure the transmission to use a threshold of 5 before the transmission starts.
You check the WDS console and see that already three computers have connected and are downloading an
image using multicasting.
You want to delete the existing transmission but allow the three computers to complete the installation using unicast.
What should you do?

For each connected client, right-click the client and select Bypass multicast.
Delete the multicast transmission.
Deactivate the multicast transmission.
Stop the WDS service.
Configure the TpMulticastTTL value to 3.
A

Delete the multicast transmission.

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

You have previously installed Windows Deployment Services (WDS) and configured it with a custom install
image of Windows 8. You created a multicast transmission using auto-cast.
You want to perform some maintenance on the WDS server. You check and find that currently four clients are
connected to the multicast transmission. You want to allow the clients to complete the transmission using
multicasting, but not allow any new clients to connect using multicasting.
What should you do?

Disconnect each client from the multicast transmission.
For each connected client, right-click the client and select Bypass multicast.
Deactivate the multicast transmission.
Delete the multicast transmission.

A

Deactivate the multicast transmission.

17
Q

You have previously installed Windows Deployment Services (WDS) and configured it with a custom install
image of Windows 8. You created a multicast transmission using schedule-cast. You did not configure a
threshold value or a start time for the transmission.
You try to start the installation of multiple clients by booting the computers. You check the WDS console and
see several clients, but the transmission has not yet started.
You want to start the installation as quickly as possible. Clients should use multicasting for the installation.
What should you do?

For each connected client, right-click the client and select Bypass multicast.
Edit the properties for the transmission and modify the type to use auto-cast.
Delete the existing multicast transmission and create a new one specifying auto-cast as the type.
Manually start the multicast transmission.

A

Manually start the multicast transmission.

18
Q

You have recently configured a Windows Deployment Services (WDS) server to use in deploying Windows
Server 2012 R2. You have configured a multicast transmission using auto-cast.
While installing Windows Server 2012 R2 on a new server, you notice that the installation seems very slow.
You check the WDS console and find five clients currently connected to the multicast transmission.
You suspect that the Srv12 server is slow, thereby slowing down the multicast transmission for all other
servers. You want to force the Srv12 server to use unicast, while allowing all other servers to use multicast.
What should you do?

Disconnect Srv12.
For Srv12, choose Bypass multicast.
For the WDS server, use a custom profile and decrease the TpMulticastTTL size.
Deactivate the multicast transmission.
Delete the multicast transmission.
A

For Srv12, choose Bypass multicast.