Chapter 1 - Installing Windows Servers in Host and Compute Environments Flashcards

1
Q
You are the administrator for your company network and you are looking to install Windows Server 2016. You need to decide which version would best fit your environment. You maintain a small office that has only 10 users and about 20 devices. Which version of Windows Server would fit your needs?
A. Windows Server 2016 Datacenter
B. Windows Server 2016 Essentials
C. Windows Server 2016 Standard
D. Windows Server 2016 Web Server Core
A

B. Windows Server 2016 Essentials is ideal for small businesses that have as many as 25 users and 50 devices. Windows Server 2016 Essentials has a simpler interface than the other versions and preconfigured connectivity to cloud-based services, but no virtualization rights.

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

You are the administrator for your company network and you need to figure out what installation type of Windows Server 2016 you want to use. You are looking for a server type that is designed for private clouds and datacenters that will allow you to remotely administer the server operating system. What version should you install?
A. Windows Server 2016 (Desktop Experience) B. Windows Server 2016 Server Core
C. Windows Server 2016 Nano Server
D. Windows Server 2016 Web Server Core

A

C. Windows Server 2016 has introduced a new type of server installation called Nano Server. Nano Server allows an administrator to remotely administer the server operating system. It was primarily designed and optimized for private clouds and datacenters. Nano Server is very similar to Server Core, but the Nano Server operating system uses significantly less hard drive space, has no local logon capability, and supports only 64-bit applications and tools.

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

You are the administrator for your company network. You have a Windows Server 2016 server named Server1. You want to configure Server1 as a multitenant RAS Gateway. What should you install on Server1?
A. Network Policy and Access Services server role B. Remote Access server role
C. Data Center Bridging feature
D. Network Controller server role

A

B. The Remote Access server role provides connectivity through DirectAccess, VPN, and Web Application Proxy. DirectAccess provides an Always On and Always Managed experi- ence. Remote Access provides VPN access, including site-to-site connectivity.

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

You are the administrator for your company network. You have a Windows Server 2016 server named Server1. This server hosts a line-of-business application named App1. App1 has a memory leak that occasionally causes it to consume an excessive amount of memory. You want to log the event in the Application event log whenever this application consumes more than 4 GB of memory. What should you do?
A. Create a system configuration information data collector. B. Create a performance counter data collector.
C. Create a performance counter alert data collector.
D. Create an event trace data collector.

A

D. To log a memory event based on a data collector, you will use the trace type of collector. Counter type is used to record data for a period of time.

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

You are the administrator for your company network. You have just finished installing Windows Server 2016 on a new server. Your colleague has informed you that it is essential that you activate Windows Server. Which of the following command-line tools can be used to activate Windows Server?
A. Netdom C:\windows\system32\slmgr.vbs -ato B. Netsh C:\windows\system32\slmgr.vbs -ato C. Ocsetup C:\windows\system32\slmgr.vbs -ato D. Cscript C:\windows\system32\slmgr.vbs -ato

A

D. The correct answer is Cscript C:\windows\system32\slmgr.vbs –ato. Cscript will start a script so that it runs in a command-line environment. The –ato command prompts Windows to try to do an online activation.

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

You are the administrator for your company network. You and a colleague are discussing Nano Server. You know that with Nano Server some packages are installed directly with their own Windows PowerShell switches (such as -Compute) whereas others are installed by passing package names to the -Packages parameter that can combine them in a comma- separated list. If you want to add IIS to your Nano Server, what command should you use?
A. -Compute
B. -Packages C. -Containers D. -Storage

A

B. You can install the Internet Information Services (IIS) server role on Nano Server by using the -Packages parameter with Microsoft-NanoServer-IIS-Package.

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

You are the administrator for your company network. You have decided to install Windows Server 2016 by choosing the Server Core Installation option. What tools would you use if you want to install, configure, or uninstall server roles remotely?
A. Windows PowerShell
B. Server Manager
C. Remote Server Administration Tools (RSAT) D. All of the above

A

D. Windows Server 2016 offers a number of ways to perform installations. All of the above are different ways to perform installations.

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

You are the administrator for your company network. Your network contains an Active Directory domain called abc.com. You want to create a Nano Server image named Nano1 that will be used as a virtualization host. The Windows Server 2016 source files are located in drive D. What Windows PowerShell cmdlet should you run?
A. New-NanoServerImage –Edition Datacenter –DeploymentType Host –Defender –EnableEMS –MediaPath ‘D:' –TargetPath C:\Nano1\Nano1.wim –ComputerName Nano1 –DomainName abc.com
B. New-NanoServerImage –Edition Datacenter –DeploymentType Host –Package Microsoft-NanoServer-SCVMM-Package –MediaPath ‘D:' –TargetPath C:\ Nano1\Nano1.wim –ComputerName Nano1 –DomainName abc.com
C. New-NanoServerImage –Edition Datacenter –DeploymentType Host –Package Microsoft-ServerCore-Compute-Package –MediaPath ‘D:' –TargetPath C:\ Nano1\Nano1.wim –ComputerName Nano1 –DomainName ABC
D. New-NanoServerImage –Edition Datacenter –DeploymentType Host –Compute –MediaPath ‘D:' –TargetPath C:\Nano1\Nano1.wim –ComputerName
Nano1 –DomainName abc.com

A

D. This is an example of using Windows PowerShell to create a Nano Server image named Nano1 on the abc.com domain that will be used as a virtualization host.

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

You are the administrator for your company network. You have a physical Nano Server machine that runs Windows Server 2016. You have not installed any packages on this machine. You decide to attach a new disk and then initialize the disk as a GUID Partition Table (GPT) disk. What should you do first if you need to create a ReFS-formatted volume on the new disk?
A. From the physical server, log on to the Nano Server Recovery Console.
B. Install the Microsoft-NanoServer-Host-Package package.
C. Run the Format-Volume cmdlet and specify the -FileSystem switch.
D. Install the Microsoft-NanoServer-Storage-Package package.

A

C. The Format-Volume cmdlet formats one or more existing volumes or a new volume on an existing partition, and the –FileSystem switch specifies the filesystem with which to format the volume. The acceptable values for this parameter are NTFS, ReFS, exFAT, FAT32, and FAT.

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

You are the administrator for your company network. You create a Nano Server image named Nano1.vhdx by using the New-NanoServerImage cmdlet and attach it to a Genera- tion 1 virtual machine named Nano1. When you start Nano1, you get an error message that states, “Boot failure. Reboot and select proper Boot device or Insert Boot Media in selected Boot device.” What should you do to successfully start the Nano Server?
A. Attach Nano1.vhdx to a SCSI controller.
B. Recreate Nano1 as a Generation 2 virtual machine.
C. Increase the memory of Nano1 to 512 MB.
D. Modify the BIOS settings of Nano1.

A

D. A Generation 1 VM cannot boot from a .vhdx disk; only a Generation 2 VM can boot from a .vhdx disk.

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

You are the administrator for your company network. You have a Nano Server image named Disk1.vhdx. You mount Disk1.vhdx. What tool or cmdlet should you use if you need to add a folder that contains several files to the image?
A. Copy-Item
B. Add-WindowsImage
C. Add-WindowsPackage D. Edit-NanoServerImage

A

A. The Copy-Item cmdlet copies an item from one location to another location in the same namespace. For instance, it can copy a file to a folder, but it cannot copy a file to a certifi- cate drive

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

You are the administrator for your company network. You have a Windows Server 2016 server named Server1. You use the Basic template to create a new data collector set named CollectorSet1 on this server. What should you do before you start CollectorSet1 if you need to configure it to generate performance alerts?
A. Modify the performance counter data collector of CollectorSet1. B. Add a new data collector to CollectorSet1.
C. Modify the configuration data collector of CollectorSet1.
D. Add a new task to CollectorSet1.

A
  1. A. When you run a data collector set, the data that is collected for performance counters is stored to a log file in the location that was defined when the data collector set was created. In Windows Performance Monitor, you can view log files to see a visual representation of performance counter data.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

You are the administrator for your company network. Your network contains an Active Directory forest named ABC Company. The forest has a Distributed File System (DFS) namespace named \abccompany.com\namespace1. The domain contains a file server named FS1 that runs Windows Server 2016. You create a folder named
Folder1 on FS1. Which two cmdlets should you use? (Choose two.)
A. New-DfsnFolderTarget B. Install-WindowsFeature C. Grant-DfsnAccess
D. New-DfsnFolder
E. New-SmbShare

A

D. By default, the Windows firewall will be running on the WSUS server. When you installed WSUS, it automatically configured two inbound rules called “WSUS” that allow both TCP ports, 8530 and 8531.

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

You are the administrator for your company network. You have two Windows Server 2016 servers named Server1 and Server2. There is a firewall between the two servers. Both serv- ers run Windows Server Update Services (WSUS). Server1 downloads updates from Micro- soft Update. What port should be open on the firewall if Server2 must synchronize updates from Server1?
A. 80 B. 443 C. 3389 D. 8530

A

A. The only way to change between Server Core and the Desktop Experience is to reinstall the server. The ability to convert by running a PowerShell command from Server Core to Desktop Experience is no longer available

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

You are the administrator for your company network. You administer a large network, and a colleague installs a new machine with Windows Server 2016 Datacenter Server Core. It is determined that it should have been Windows Server 2016 Datacenter (Desktop Experience). What should you do?
A. On the same machine, reinstall the Windows Server 2016 Datacenter Server Core.
B. Install Windows Server 2016 Datacenter Server Core on a new machine.
C. Convert the current Windows Server 2016 Datacenter Server Core to the Windows Server 2016 Datacenter (Desktop Experience) version.
D. Dual-boot the machine with both Windows Server 2016 Datacenter Server Core and Windows Server 2016 Datacenter (Desktop Experience).

A

B. Microsoft recommends that to upgrade Windows Server 2012 or Windows Server 2012 R2 Standard with GUI, you use Windows Server 2016 Standard (Desktop Experience).

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

You are the administrator for your company network. You are looking to upgrade Win- dows Server 2012 Standard with GUI to Windows Server 2016. If you want to maintain the GUI interface, what version of Windows Server 2016 does Microsoft recommend?
A. Windows Server 2016 Datacenter (Desktop Experience) B. Windows Server 2016 Standard (Desktop Experience) C. Windows Server 2016 Datacenter
D. Windows Server 2016 Standard

A

B. Microsoft recommends that to upgrade Windows Server 2012 or Windows Server 2012 R2 Standard with GUI, you use Windows Server 2016 Standard (Desktop Experience).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q
You are the administrator for your company network. You administer a network that has a Nano Server named Nano1. You want to see if the DNS Server role is installed on this machine. What cmdlet should you use?
A. Find-NanoServerPackage
B. Get-Package
C. Find-Package
D. Get-WindowsOptionalFeature
A

B. The Get-Package PowerShell cmdlet will return a list of all software packages that have been installed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q
You are the administrator for your company network. Your network contains an Active Directory domain. There is a company policy that indicates that new servers should run Nano Server whenever possible. What server role can be deployed on Nano Server?
A. Active Directory Domain Services
B. DHCP Server
C. Network Policy and Access Services
D. Web Server (IIS)
A

D. Nano Server cannot run Active Directory Domain Services, Network Policy and Access Services, or DHCP Server. The recommended role is IIS Web Server. The Web Server (IIS) role in Windows Server 2016 allows an administrator to set up a secure, easy-to-manage, modular, and extensible platform for reliably hosting websites, services, and applications.

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

You are the administrator for your company network. You are planning on creating an answer file. What should you name the answer file so that it will work with unattended installations?
A. Autounattend.txt B. Autounattend.xls C. Autounattend.xml D. Autounattend.docx

A

C. Unattended installations utilize an answer file called Autounattend.xml to provide configuration information during the installation process. The answer file allows questions to be answered without user interaction.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q
You are the administrator for your company network. You have a Windows Server 2016 server named Server1. You create a Nano Server image named Disk1.vhdx. You need
to start Server1 by using Disk1.vhdx. What three actions should you perform? (Choose three.)
A. Restart Server1.
B. Run the bcdboot.exe command.
C. Run the bootcfg.exe command.
D. Run the Edit-NanoServerImage cmdlet.
E. Mark a partition as active.
F. Mount Disk1.vhdx.
A

A, C, and F. You would first want to mount Disk1.vhdx, then run the bootcfg.exe com- mand, and then restart Server1.

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

You are the administrator
server named Server1. The server has an application named App1 that writes entries to the Application event log when errors are encountered. The events have IDs of either 111 or 112. What should you do to restart the service whenever one of these events is logged?
A. Run the Get-SMServerEvent cmdlet and pipe the output to the Start-NetEvent using Windows PowerShell.
B. Use create task to create one task that includes triggers for both event IDs from Task Scheduler.
C. Create a custom view that has a filter for the event IDs from Event Viewer.
D. Run the Write-EventLog cmdlet and specify the -EventID parameter using Windows
PowerShell.
are the administrator for your company network. You have a Windows Server 2016

A

D. The Write-EventLog cmdlet writes an event to an event log. To write an event to an event log, the event log must exist on the computer and the source must be registered for the event log. The -EventID switch specifies the event identifier. This parameter is required.

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

You are the administrator for the company network. You have a server named Server1
that is an iSCSI target. You have a server named Server2 that runs Windows Server 2016. Server2 has an iSCSI disk named Disk1. Disk1 contains one volume that is assigned a drive letter of E:. What should you do if you need to increase the size of Disk1?
A. Run the Resize-Partition cmdlet and specify the -ComputerName Server2 parameter.
B. Run the Resize-IscsiVirtualDisk cmdlet and specify the -ComputerName Server2 parameter.
C. Run the Resize-IscsiVirtualDisk cmdlet and specify the -ComputerName Server1 parameter.
D. Run the Resize-Partition cmdlet and specify the -ComputerName Server1 parameter.

A

B. The Resize-IscsiVirtualDisk cmdlet resizes a virtual disk by either expanding or compacting an existing virtual disk. The –ComputerName parameter specifies the computer name, or IP address, of the remote computer, if this cmdlet is run on a remote computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q
You are the administrator for your company network. You are deciding on an upgrade path. You are currently using Windows Server 2012 R2 Standard in your environment. What is the recommended upgrade path you should choose? (Choose all that apply.)
A. Windows Server 2016 Standard
B. Windows Server 2016 Datacenter
C. Windows Server 2016 Essentials
D. Windows Storage Server 2016
A

A and B. Microsoft recommends that if you are using Windows Server 2012 R2, the path you should choose is Windows Server 2016 Standard or Windows Server 2016 Datacenter.

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

You are the administrator for your company network. You have a Windows Server 2016 server named Server1 that has Windows Defender enabled. Server1 runs an applica-
tion named App1 that stores various types of files in Microsoft OneDrive and Microsoft SharePoint Online. App1 also interacts with several local services. What should you do on Server1 if you need to prevent Windows Defender from scanning any files opened by App1?
A. In Windows Defender, modify the real-time protection settings.
B. In Windows Defender, modify the cloud-based protection settings.
C. Run the New-AppLockerPolicy cmdlet.
D. From the Windows Defender settings, configure a process exclusion.

A

B. Windows Defender offers improved security using cloud-based antivirus protection. When enabled, Windows Defender sends information to Microsoft about any problems it finds. This information is then used to gather more information about the problems affect- ing you and other users. This can be enabled and disabled. The Cloud-Based Protection is also turned on by default, and it gives you “Real-time protection when Windows Defender sends info to Microsoft about potential security threats.”

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

Youaretheadministratorforyourcompanynetwork.YouhaveaWindowsServer2016server named Server1. A Microsoft Azure Backup of Server1 is created automatically every day. What cmdlet should you run if you need to view the items that are included in the backup?
A. Get-OBPolicyState B. Get-OBJob
C. Get-OBPolicy
D. Get-WBSummary

A

C. The Get-OBPolicy cmdlet gets the current backup policy that is set for the server, including the details about scheduling backups, files included in the backup, and retention policy.

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

You are the administrator for your company network. You have a Windows Server 2016 server named Server1. A Microsoft Azure Backup of Server1 is created automatically every day. You rename Server1 to Server2. You discover that backups are no longer being created in Azure. You need to ensure that the server is backed up to Azure. What should you do?
A. Upload the Server2 certificate as a management certificate from the Azure Management Portal.
B. Run the Start-OBRegistration cmdlet on Server2.
C. Run the Add-WBBackupTarget cmdlet on Server2.
D. Modify the configuration on the backup vault from the Azure Management Portal.

A

B. The Start-OBRegistration cmdlet registers the current computer to the Online
Backup Service using the credentials (username and password) created during enrollment.

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

You are the administrator for your company network and you are planning on upgrading your Windows Server 2012 R2 Datacenter with GUI machine to Windows Server 2016. The company is planning on virtualizing 25 servers. What version of Windows Server 2016 should you upgrade to while maintaining the GUI interface?
A. Windows Server 2016 Datacenter (Desktop Experience)
B. Windows Server 2016 Standard (Desktop Experience)
C. Windows Server 2016 Datacenter
D. Windows Server 2016 Standard

A

A. Windows Server 2016 Datacenter was designed for organizations that are seeking to migrate to a highly virtualized, private cloud environment. Windows Server 2016 Datacen- ter has full Windows Server functionality with unlimited virtual instances.

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

You are the administrator for your company network. You and a colleague are discussing Windows Server 2016 Server Core. Windows Server 2016 Server Core has many benefits. Which of the following are some of the benefits of using Windows Server 2016 Server Core? (Choose all that apply.)
A. Reduced management B. Minimal maintenance C. Smaller footprint
D. Tighter security

A

A, B, C, and D. All four answers are advantages of using Windows Server 2016. Server Core is a smaller installation of Windows Server and therefore all four answers apply.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q
You are the administrator for your company network and you are looking to save hard drive space on the Windows Server 2016 Datacenter machine. What feature can you use to help you save hard disk space?
A. HDSaver.exe
B. Features On Demand
C. ADDS
D. WinRM
A

B. Windows Server 2016 Features On Demand allows an administrator not only to disable a role or feature but also to remove the role’s or feature’s files completely from the hard disk.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q
You are the administrator for your company network. If physical security is a concern in an area, what type of domain controller should you install?
A. Primary domain controller
B. Backup domain controller
C. Read-only domain controller
D. Locked-down domain controller
A

C. Windows Server 2016 has a type of domain controller called a Read-Only Domain Con- troller (RODC). This gives an organization the ability to install a domain controller in an area or location (onsite or offsite) where security may be a concern.

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

You are the administrator for your company network. You have a Windows Server 2016 server named Server1. The Windows Server 2016 installation media is mounted as drive D. You copy the NanoServerImageGenerator folder from the D:\NanoServer folder to the C:\NanoServer folder. You create a custom Nano Server image that includes the Hyper-
V server role. What two commands should you run if you want this image to be used to deploy Nano Servers to physical servers? (Choose two.)
A. New-NanoServerImage –Edition Standard –DeploymentType Guest –MediaPath D:-TargetPath \NanoServerImage\NanoServer.wim -Compute
B. Install-PackageProvider NanoServerPackage
C. Import-PackageProvider NanoServerPackage
D. New-NanoServerImage –Edition Standard –DeploymentType Host –MediaPath D:\ -TargetPath \NanoServerImage\NanoServer.wim -Compute
E. Import-Module C:\NanoServer\NanoServerImageGenerator

A

D and E. You must import the module for NanoServerImage generation, then use the New-NanoServerImage command to create the new image.

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

You are the administrator for your company network. You are trying to decide if you’d like to install a Windows Server 2016 Nano Server on the network. What are some good options that Nano Server would be ideal for? (Choose all that apply.)
A. A DNS server
B. As a storage machine for file servers
C. A domain controller
D. Systems Center Data Protection Manager
E. NIC Teaming
F. An IIS server
G. An application server for cloud-based applications

A

A, B, F, and G. When Microsoft created Nano Server, they had some very specific ideas of how companies would use this version. For example, Nano Server is a good option for a DNS server, an IIS server, an application server for cloud-based applications, or even a stor- age machine for file servers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
33
Q
33. You are the administrator for your company network. You have a Hyper-V host named Server1 that runs Windows Server 2016. The installation source files for Windows Server are located in D:\Source. You need to create a Nano Server image. Which cmdlets should you run? (Choose all that apply.)
A. Add-WindowsImage
B. Import-Module
C. Install-Module
D. New-NanoServerImage
E. New-WindowsCustomImage
A

B and D.
Step 1: Import-Module
Step 2: New-NanoServerImage
The Import-Module cmdlet adds modules to the current session. The modules that you import must be installed on the local computer or on a remote computer. The New-NanoServerImage cmdlet creates a Nano Server installation image. The New-NanoServerImage cmdlet makes a local copy of the necessary files from the installation media and converts the included Nano Server Windows image (.wim) file into a VHD or VHDX image, or reuses the existing .wim file

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

You are the administrator for your company network. You have a Hyper-V host named Server1 that runs Windows Server 2016. Server1 hosts a virtual machine named VM1. What should you do first if you need to provide VM1 with direct access to a graphics pro- cessing unit (GPU) on Server1?
A. On Server1, disable the display adapter device.
B. Add a RemoteFX 3D Video Adapter in the settings of VM1.
C. Install the Quality Windows Audio Video Experience (qWave) feature on VM1. D. On Server1, dismount the display adapter.

A

B. As long as the guest OS can use video GPU cards, the Hyper-V virtual machine must be enabled to use such cards. To do this, you must add the GPU adapter in the settings of the virtual machine.

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

You are the administrator for your company network. You are preparing an image of Windows Server 2016. You notice that the image is missing the driver for a network adapter. This is required in your environment. You need to ensure that the image contains the network adapter driver. What three cmdlets should you use? (Choose three.)
A. Mount-WindowsImage
B. Add-WindowsDriver
C. Get-WindowsImage
D. Save-WindowsImage
E. Add-WindowsFeature
F. Dismount-WindowsImage G. Optimize-WindowsImage

A

B, F, and G. The Add-WindowsDriver cmdlet adds a driver to an offline Windows image. The Dismount-WindowsImage cmdlet dismounts a Windows image from the directory it’s mapped to. The Dismount-WindowsImage cmdlet either saves or discards the changes to a Windows image and then dismounts the image. The Optimize-WindowsImage cmdlet con- figures a Windows image with specified optimizations. It performs specified configurations on an offline image.

36
Q

You are the administrator for your company network. You have a Windows Server 2016 server named Server1. You plan to use Windows Server Backup to back up all of the data on Server1. You create a new volume on Server1. You need to ensure that the new volume can be used as a backup target. The backup target must support incremental backups. Which of the following could you do? (Choose three.)
A. Mount the volume to C:\Backup and format the volume by using NTFS. B. Mount the volume to C:\Backup and format the volume by using ReFS. C. Mount the volume to C:\Backup and format the volume by using FAT32. D. Mount the volume to C:\Backup and format the volume by using exFAT.

A

A, B, and C. Windows Server Backup supports NTFS, ReFS, and FAT32 file systems.

37
Q

You are the administrator for your company network. You have Hyper-V virtual machines that run 50 web servers, 10 Microsoft SQL Server servers, 10 file servers, and 8 domain controllers. You need to implement a backup strategy that meets the following requirements:
■✓ ■✓ ■✓ ■✓
Backs up all servers
Centralizes application-level backups
Performs application-level backups
Provides the ability to perform bare metal recovery
What should you use?
A. Microsoft Azure VM Backup B. Microsoft Azure Backup Agent C. Windows Server Backup
D. Microsoft Azure Backup Server

A

D. Microsoft Azure Backup Server is included as a free download with Azure Backup, and it enables cloud backups and disk backups for key Microsoft workloads like SQL, SharePoint, and Exchange regardless of whether these workloads are running on Hyper-V,
VMware, or physical servers

38
Q

You are the administrator for your company network. Your company has two main offices. One of the offices is located in Boston and the other in New York. All servers at both loca- tions run Windows Server 2016. In the New York office, there is a Distributed File System (DFS) server named DFS1. DFS1 has a folder named Folder1 that contains large Windows image files. In the Boston office, you deploy a DFS server named DFS2, and you then rep- licate Folder1 to DFS2. After several days, you find out that the replication of certain files failed to complete. What should you do if you need to ensure that all of the files in Folder1 can replicate to DFS2?
A. On the drive that contains Folder1, modify the disk quota.
B. Run dfsutil /purgemupcache from a command prompt.
C. Using File Server Resource Manager (FSRM), create a quota for Folder1.
D. On Folder1, modify the size of the staging area.

A

D. Distributed File System Replication (DFSR) staging is a hard drive area that is used for files that need to be replicated from one DFS server to other DFS servers. If the files that you are trying to replicate are larger than your assigned staging area, the replication will fail. When this happens, you must increase the amount of space used in the staging area.

39
Q

You are the administrator for your company network. Your company has two main offices. One of the offices is located in Boston and the other in New York. All servers at both loca- tions run Windows Server 2016. In the New York office, there is a Distributed File System (DFS) server named DFS1. DFS1 has a folder named Folder1 that contains large Windows image files. In the Boston office, you deploy a DFS server named DFS2, and you then rep- licate Folder1 to DFS2. Users in both offices frequently add files to Folder1. You moni-
tor DFS Replication and discover excessive replication over the WAN link during business hours. You want to reduce the amount of bandwidth used for replication during business hours. What should you do to ensure that the users can continue to save content to Folder1?
A. On DFS2, modify the quota settings for Folder1.
B. Modify the properties of the replication group.
C. On DFS2, configure the copy of Folder1 as read-only.
D. On DFS1, modify the replicated folder properties of Folder1.

A

B. When an administrator sets up DFS Replication, the replication settings allow you to choose when the replication will take place. If DFS replication is happening during business hours, an administrator can go back into the replication group properties and change when replication will take place

40
Q

You are the administrator for your company network. You are looking to use the Windows Server Migration Tools. Where must this feature be installed?
A. On the source computer only
B. On the destination computer only
C. On both the source and destination computers D. On the main administrative server

A

C. To use Windows Server Migration Tools, the feature must be installed on both the source and destination computers

41
Q

You deploy a Hyper-V server named Server1 in an isolated test environment. The test envi- ronment cannot access the Internet. Server1 runs Windows Server 2016 Datacenter edition. You plan to deploy the following guest virtual machines on the server.
Quantity Operating System
10 Windows Server 2012 R2
4 Windows Server 2016
5 Windows Server 2016
Domain Member
Yes No Yes
For the virtual machines, which activation model should you use? A. Multiple Activation Key (MAK)
B. Automatic Virtual Machine Activation (AVMA)
C. Original Equipment Manufacturer (OEM) key
D. Key Management Service (KMS)

A

B. Automatic Virtual Machine Activation (AVMA) allows you to install virtual machines on the Windows Server operating system without having to use or manage product keys for each virtual machine.

42
Q

You are the administrator for your company network. You want to install a role that allows
you to build PKI and provide public key cryptography. What role do you install?
A. Active Directory Certificate Services (AD CS)
B. Active Directory Domain Services (AD DS)
C. Active Directory Federation Services (AD FS)
D. Active Directory Rights Management Services (AD RMS)

A

A. Active Directory Certificate Services (AD CS) in Windows Server 2016 is the server role that allows you to build a PKI and provide public key cryptography, digital certificates, and digital signature capabilities for your organization.

43
Q

You are the administrator for your company network. You want to install a role that provides Internet-based clients with a secure identity access solution that works on both Windows and non-Windows operating systems. What role do you install?
A. Active Directory Certificate Services (AD CS)
B. Active Directory Domain Services (AD DS)
C. Active Directory Federation Services (AD FS)
D. Active Directory Rights Management Services (AD RMS)

A

C. Active Directory Federation Services (AD FS) provides Internet-based clients with a secure identity access solution that works on both Windows and non-Windows operating systems. AD FS gives users the ability to do a Single Sign-On (SSO) and access applications on other networks without needing a secondary password.

44
Q

You are the administrator for your company network. Your company purchases a laptop for an employee who travels frequently. The company wants to use BitLocker to secure the hard drive in case it is lost or stolen. While attempting to enable BitLocker, you receive an error message that states, “This device can’t use a Trusted Platform Module. Your admin- istrator must set the Allow BitLocker Without a Compatible TPM option in the Require Additional Authentication at Startup policy for OS volumes.” Which of the following state- ments is true?
A. A nonsupported configuration for BitLocker is possible on this laptop.
B. A supported configuration for BitLocker is possible on this laptop.
C. A supported configuration for BitLocker is not possible on this laptop.
D. A nonsupported configuration for BitLocker is not possible on this laptop.

A

B. BitLocker is a tool that allows you to encrypt the hard drives of your computers. By encrypting the hard drives, you can provide enhanced protection against data theft or unau- thorized exposure of your computers or removable drives that are lost or stolen.

45
Q

Youaretheadministratorforyourcompanynetwork.Youareplanningoninstallingthe Windows Server Migration Tools using PowerShell on a Server Core installation of a Windows Server 2016. What command should you use to install the Windows Server Migration Tools?
A. New-MigrationTarget
B. Install-WindowsFeature C. Grant-MigrationAccess D. New-MigrationFolder

A

B. In the Windows PowerShell session, install Windows Server Migration Tools by using the Windows PowerShell Install-WindowsFeature cmdlet.

46
Q

You are the administrator for your company network. You are planning on setting up NIC Teaming and you’d like to also set up fault protection. What is the minimum number of Ethernet adapters you must have?
A. One B. Two C. Three D. Four

A

B. To be able to use NIC Teaming, the computer system must have at least one Ethernet adapter. If you want to provide fault protection, an administrator must have a minimum of two Ethernet adapters. One advantage of Windows Server 2016 is that an administrator can set up 32 network adapters in a NIC Team.

47
Q

You are the administrator for your company network. Windows Server 2016 Nano Server is a lot like Server Core, but the advantage is that it is an even smaller installation of the operating system. Nano Server has no local logon or GUI capabilities, and it will allow
only -bit applications and utilities.
A. 16 B. 32 C. 64 D. 128

A

C. Nano Server has no local logon or GUI capabilities, and it will allow only 64-bit appli- cations and utilities

48
Q
You are the administrator for your company network and you are planning on installing Nano Server. Nano Server is available for which two editions of Windows Server 2016? (Choose two.)
A. Windows Server 2016 Datacenter
B. Windows Server 2016 Essentials
C. Windows Server 2016 Standard
D. Windows Server 2016 Web Server Core
A

A and C. Nano Server is available for both Standard and Datacenter editions of Windows Server 2016.

49
Q

You are the administrator for your company network. You are trying to decide if install- ing a Nano Server will work for your organization. There are some disadvantages of using Nano Server. Which of the following are some disadvantages? (Choose all that apply.)
A. It cannot act as a domain controller.
B. Group Policy Objects (GPOs) are not supported.
C. It cannot be configured to use System Center Configuration Manager.
D. It cannot be used as a proxy server.
E. All of the above.

A

E. The first downside to using a Nano Server is that it cannot act as domain controller. Group Policy Objects are also not supported on Nano Servers. Finally, Nano Servers can’t be configured to use System Center Configuration Manager, System Center Data Protection Manager, or NIC Teaming, or to be used as proxy servers.

50
Q

You are the administrator of your company network. Your network contains a single
Active Directory domain that has a Key Management Service (KMS) host. You deploy Windows Server 2016 to several laptops. You need to ensure that Windows Server 2016 is activated on the laptops immediately. Which command should you run?
A. ospp.vbs/act
B. slmgr.vbs/dli
C. slmgr.vbs/ato
D. ospp.vbs/dstatus

A

C. To configure KMS host systems, you must configure and retrieve Volume Activation information. This is done by using a Software License Manager (referred to as SL Manager) script (Slmgr.vbs). The /ato switch is used for retail and volume systems editions with a KMS host key or a Multiple Activation Key (MAK) installed. The /ato command prompts Windows to try to do an online activation.

51
Q

You are the administrator for your company network. You are planning on using Windows Deployment Services (WDS) to install a Windows operating system without using an instal- lation disk. What is the first step you need to do when preparing the WDS server?
A. Configure and start WDS.
B. Install WDS.
C. Configure the WDS server to respond to client computers.
D. Make sure that the server meets the requirements of running WDS.

A

D.Steps for preparing the WDS server:
1. Make sure that the server meets the requirements for running WDS.
2. Install WDS.
3. Configure and start WDS.
4. Configure the WDS server to respond to client computers (if this was not configured when WDS was installed).
For WDS to work, the server on which you will install WDS must meet the requirements for WDS and be able to access the required network services.

52
Q

You are the administrator for your company network. You are planning on using Windows Deployment Services (WDS) to install a Windows operating system without using an instal- lation disk. There are some requirements for using WDS. One of the requirements states that at least one of the partitions must be formatted as what type of file system?
A. FAT B. NTFS C. FAT32 D. ReFS

A

B. The Windows Deployment Services (WDS) server must meet several requirements. One is that at least one partition on the server must be formatted as NTFS.

53
Q

You are the administrator for your company network.You are planning on creatinga Nano
Server virtual hard disk (VHD). What is one of the easiest ways to create a Nano Server VHD? A. Open the folder NanoServer found on the physical media.
B. Use Nano Server Image Builder.
C. Use Windows PowerShell to install Nano Server.
D. Choose Basic Installation as the deployment type.

A

B. If you want an easy way to create a Nano Server virtual hard disk (VHD), you can just download Nano Server Image Builder. This software will help you easily create a Nano Server VHD that you can then use to boot up a server with or use in Microsoft’s Hyper-V server. Download Nano Server Image Builder at Microsoft’s website (https://www.microsoft .com/en-us/download/details.aspx?id=54065) by clicking the Download button

54
Q

You are the administrator for your company network. You have a Key Management Service (KMS) host and an administrative workstation named Computer1. From Computer1, you need to validate the activation status on a computer named Computer2. What should you run?
A. Get-RDLicenseConfiguration Computer2 B. slmgr.vbs computer2 /dlv
C. winrs.exe -r:Computer2 netdom.exe
D. ospp.vbs /tokact:computer2

A

B. Key Management Service (KMS) allows your computers to get activated right on your local network without the need to contact Microsoft. To configure KMS host systems,
you must configure and retrieve Volume Activation information. This is done by using a Software License Manager (referred to as SL Manager) script (Slmgr.vbs). The /dlv switch displays the operating system license information

55
Q

You are the administrator for your company network. You need to create a script to verify the activation status on 100 computers. What should you use in the script?
A. The slmgr.vbs script and the /dli parameter
B. The sfc.exe command and the /scannow parameter
C. The slmgr.vbs script and the /ipk parameter
D. The sfc.exe command and the /verifyonly parameter

A

A. To configure KMS host systems, you must configure and retrieve Volume Activation information. This is done by using a Software License Manager (referred to as SL Manager) script (Slmgr.vbs). The /dli switch allows administrators on the KMS host to view the current KMS activation count.

56
Q

You are the administrator for your company network. You need to run slmgr.vbs remotely. What else must you include in the script in order for it to run properly? (Choose all that apply.)
A. The computer name of the target computer
B. The username of the account that has local administrator rights on the target computer
C. The password for the account that has local administrator rights on the target computer
D. The username of the account that has local administrator rights on the source computer

A

A, B, and C. To run slmgr.vbs remotely, administrators must supply additional param- eters. They must include the computer name of the target computer as well as a username and password of a user account that has local administrator rights on the target computer.

57
Q

You are the administrator for your company network. What tool can you use to activate computers through the domain connection?
A. Automatic Virtual Machine Activation (AVMA)
B. Active Directory-Based Activation (ADBA)
C. Key Management Service (KMS)
D. Entering Licensing Keys

A

B. For companies running Active Directory, administrators can use ADBA to their advan- tage when it comes to activation. Active Directory–Based Activation (ADBA) allows admin- istrators to activate computers right through the domain connection.

58
Q
You are the administrator for your company network. You are installing Windows Server 2016 Nano Server. What type of servicing is currently the only option available for Nano Server?
A. Long-Term Servicing Branch (LTSB)
B. 5+5 servicing
C. Current Branch for Business (CBB)
D. Lifecycle Servicing Branch (LSB)
A

C. Nano Server only supports the Current Branch for Business (CBB) licensing model.

59
Q
You are the administrator for your company network. Your company needs to install a ver- sion of Windows Server 2016 that uses the Current Branch for Business servicing model. What version would you install?
A. Windows Server 2016 Nano Server
B. Windows Server 2016 Standard
C. Windows Server 2016 Essentials
D. Windows Server 2016 Datacenter
A

A. Windows Server 2016 Nano Server uses the Current Branch for Business (CBB) servic- ing model. This version of servicing is a more aggressive version, and it was specifically designed with the cloud in mind. As the cloud continues to quickly evolve, the CBB servic- ing model is meant for that life cycle.

60
Q

You are the administrator for your company network, and you are planning on using the WSDUTIL command-line utility to configure your Windows Deployment Services (WDS) server. What switch would you use if you wanted to initialize the configuration of the WDS server?
A. /enable
B. /copy-image
C. /uninitialized-server D. /initialize-server

A

D. The /initialize-server switch initializes the configuration of the WDS server.

61
Q

You are the administrator for your company network. You are planning on using Windows Deployment Services (WDS). What is one component that you must pay attention to when using WDS?
A. The boot firmware
B. The Preboot Execution Environment (PXE) network devices
C. How you create the image using the imgcrt tool
D. The type of computer data storage

A

B. One component to which you need to pay attention when using the Windows Deployment Services is the Preboot Execution Environment (PXE) network devices. PXE boot devices are network interface cards (NICs) that can talk to a network without the need for an operating system. As far as creating an image, there is no tool called imgcrt. Microsoft recommends that you use DISM for image creation and management

62
Q
You are the administrator for your company network. You are planning on using Windows Deployment Services (WDS). What network services must be running on the WDS server or be accessible to the WDS server from another network server? (Choose all that apply.)
A. TCP/IP installed and configured
B. A DHCP server
C. A DNS server
D. Active Directory
A

A, B, C, and D. The following network services must be running on the WDS server or be accessible to the WDS server from another network server:
■■ TCP/IP installed and configured
■■ A DHCP server, which is used to assign DHCP addresses to WDS clients
■■ A DNS server, which is used to locate the Active Directory controller
■■ Active Directory, which is used to locate WDS servers and WDS clients as well as authorize WDS clients and manage WDS configuration settings and client installation options

63
Q

You are the administrator for your company network. You are looking to install Windows Server 2016, and you need to decide which version to install. You need to install a version of Windows that is just for logon authentication and nothing else. You are looking for the most secure option, and cost is not an issue. Which version should you install?
A. Windows Server 2016 Datacenter (Desktop Experience) B. Windows Server 2016 Datacenter Server Core
C. Windows Server 2016 Standard (Desktop Experience) D. Windows Server 2016 Web Server

A

B. Windows Server 2016 Server Core is a more secure, slimmed-down version of Windows Server. Web versions of Windows Server 2016 are not available. You would use Windows Server 2016 Standard as a web server.

64
Q

You are the administrator for your company network. You have been hired to help a small organization set up their first Windows network. They have had the same small number of employees during the short time they have been open. They currently have no plans for expansion. What version of Windows Server 2016 should you recommend?
A. Windows Server 2016 Datacenter (Desktop Experience) B. Windows Server 2016 Standard (Desktop Experience) C. Windows Server 2016 Datacenter
D. Windows Server 2016 Essentials

A

D. Windows Server 2016 Essentials is ideal for small businesses that have as many as 25 users and 50 devices. Windows Server 2016 Essentials has a simpler interface than the other versions and preconfigured connectivity to cloud-based services, but no virtualization rights.

65
Q

You are the administrator for your company network. Microsoft Windows Server 2016 offers two types of containers. One of the container types provides application isolation through process and namespace isolation technology. This container shares a kernel with the con- tainer host and all containers running on the host. What container type is being described?
A. Hyper-V Container
B. Windows Server Container C. Windows Full Container
D. Windows Limited Container

A

B. Windows Server 2016 containers allow applications to share the system’s kernel with their container and all other containers running on the same host. There are no such things as Windows Full Container or Windows Limited Container.

66
Q

You are the administrator for your company network. You are looking at the Hyper-V role for Windows Server 2016. What does the Hyper-V role allow?
A. Network Load Balancing
B. The creation of Virtual Private Networks (VPNs) C. Server virtualization
D. Updating Windows Server 2016

A

C. The Hyper-V role is Microsoft’s virtualization platform. It allows server virtualization.

67
Q
You are the administrator for your company network. You are looking at roles and fea- tures to implement for Windows Server 2016. What is described here provides the point of automation needed for continual configuration, monitoring, and diagnostics of virtual net- works, physical networks, network services, network topology, address management, and so on within a datacenter.
A. Host Guardian Service
B. Network Policy and Access Services
C. MultiPoint Services
D. Network Controller
A

D. The Network Controller provides the point of automation needed for continual con- figuration, monitoring, and diagnostics of virtual networks, physical networks, network services, network topology, address management, and so on within a datacenter.

68
Q

You are the network administrator for your company network. You have a reference computer that runs Windows Server 2016. You need to create and deploy an image of the Windows Server 2016 computer. You create an answer file and name it answer.xml. You need to make sure that the installation applies the answer file after you deploy the image. Which command should you run before you capture the image?
A. ICD.exe /append answer.xml/check
B. ICD.exe /mount answer.xml/verify
C. Sysprep.exe/reboot/audit/unattend: answer.xml
D. Sysprep.exe/generalize/oobe/unattend: answer.xml

A

D. You would use the Sysprep utility. The /generalize option prevents system-specific information from being included in the image.

69
Q

You are the administrator for your company network. You have a Windows Server 2016 Windows Image (WIM) that is mounted. What should you do if you need to display infor- mation about the image?
A. Run DISM and specify the /get-ImageInfo parameter. B. Run Driverquery.exe and use the /si parameter.
C. From Device Manager, view all hidden drivers.
D. From File Explorer, open the mount folder.

A

A. The DISM utility with the /get-ImageInfo parameter displays information about images in a WIM or VHD file.

70
Q
You are a network administrator for your company network. You need to deploy Windows Server 2016 to multiple computers. You want to automate the installation so that no user interaction is required during the installation process. Which of the following utilities could you use?
A. Image Capture Wizard 
B. System Preparation Tool 
C. WDSUTIL
D. Windows SIM
A

D. Windows System Image Manager (Windows SIM) is a graphical utility that can be used to create an answer file. Answer files can be used to automate the installation routine so that no user interaction is required.

71
Q

You are the administrator for your company network. You need to start a new installation of Windows Server 2016 using the command-line utility. You plan to accomplish this by using the Setup.exe command-line setup utility, and you will be using an answer file with this command. What command-line option should you use?
A. /unattend B. /apply
C. /noreboot D. /generalize

A

A. The /unattend option can be used with the Setup.exe command to initiate an unat- tended installation of Windows Server 2016. You should also specify the location of the answer file to use when using the Setup.exe utility.

72
Q

You are the administrator for your company network. You are using Sysprep.exe to pre- pare a system for imaging. What Sysprep option should you use if you want to restart the computer?
A. /generalize B. /start
C. /restart
D. /reboot

A

D. The /reboot option restarts the computer. You can use this option to audit the com- puter and to verify that the first-run experience operates correctly.

73
Q

You are the administrator for your company network. You are using Sysprep.exe to prepare a system for imaging. What Sysprep option should you use if you want to enable end users to customize their Windows operating systems, create user accounts, name their computers, and other tasks?
A. /generalize B. /oobe
C. /audit
D. /unattend

A

B. The /oobe option restarts the computer into Windows Welcome mode. Windows Wel- come enables end users to customize their Windows operating system, create user accounts, name the computer, and other tasks. Any settings in the /oobe system configuration passed in an answer file are processed immediately before Windows Welcome starts.

74
Q

You are the administrator for your company network. You are looking to start an unat- tended installation of Windows Server 2016. What command can be used to initiate the unattended installation?
A. setup.exe /answerfile:unattend B. answerfile:unattend setup.exe C. unattend: answerfile setup.exe D. setup.exe /unattend:answerfile

A

D. The setup.exe /unattend:answerfile command will initiate an unattended installa- tion. The /unattend option specifies that you will be using an unattended installation for Windows Server 2016. The answerfile variable points to the custom answer file you will use for installation

75
Q

You are the administrator for your company network. You run a classroom that needs the same software installed from scratch on the classroom computers each week. You decide to use Image Capture Wizard to deploy disk images. What Windows Server 2016 utility can you use along with Image Capture Wizard to create these disk images?
A. UAF
B. System Preparation Tool C. Answer Manager
D. Setup Manager

A

B. Once you have a reference computer installed, you can use the System Preparation Tool to prepare the computer to be used with disk imaging. Image Capture Wizard is a utility that can be used to create a disk image after it is prepared using the System Preparation Tool. The image can then be transferred to the destination computer(s).

76
Q

You are the administrator for your company network. You are trying to decide whether you’d like to use WDS as a method of installing Windows Server 2016. Which of the fol- lowing options is not an advantage to using a WDS automated installation?
A. Security is retained when you restart the computer.
B. The installation media does not need to be deployed to each computer.
C. Unique information is stripped out of the installation image so that it can be copied to other computers.
D. You can quickly recover the operating system in the event of a system failure.

A

C. When you use the System Preparation Tool to create a disk image, the unique information is stripped out of the installation image. For example, the unique SID that is applied to every computer. Unique information is then generated when the target computer is installed.

77
Q
You are the administrator for your company network. You are planning on deploying a new Windows Server 2016 image to a large number of client computers that are all similarly configured. You plan on using the Windows SIM tool to create an answer file that will be used to automate the installation. You want each computer to contain two partitions, one for the system partition and one as a data partition. What component of the answer file do you need to modify to support this configuration?
A. Windows PE
B. oobeSystem
C. auditSystem
D. specialize
A

A. You would need to configure formatting and partitioning information in the Windows PE component of the answer file. The options specified in this configuration pass will occur before the image is copied to the local computer.

78
Q

You are the administrator for your company network. You need to install a group of
25 computers by using disk images created in conjunction with the System Preparation Tool. You want to create an image from a reference computer first and then copy the image to the rest of the computers. What Sysprep.exe command-line option should you use if you do not want to create a SID on the destination computer when you use the image?
A. /specialize B. /generalize C. /oobe
D. /quiet

A

B. The /generalize option prepares the Windows installation to be imaged. If this option is specified, all unique system information is removed from the Windows installation. The security ID (SID) resets, any system restore points are cleared, and event logs are deleted. The next time the computer starts, a new security ID (SID) is created and the clock for Windows activation resets, if the clock has not already been reset three times.

79
Q

You are the administrator for your company network. You and a colleague are discussing the Microsoft Assessment and Planning (MAP) Toolkit. MAP is a utility that will locate computers on a network and then perform a thorough inventory of these computers. MAP uses which of the following utilities to obtain this inventory? (Choose all that apply.)
A. Windows Management Instrumentation (WMI) B. Remote Registry Service
C. Active Directory Domain Services (AD DS)
D. Simple Network Management Protocol (SNMP)

A

A, B, and D. Microsoft Assessment and Planning (MAP) Toolkit uses multiple utilities
like the Windows Management Instrumentation (WMI), the Remote Registry Service, and the Simple Network Management Protocol (SNMP) to obtain inventory information. One advantage of using MAP when determining the need for Windows is that MAP will also determine if any hardware upgrades are needed for a machine or device driver’s availability.

80
Q

You are the administrator for your company network. When the Microsoft Assessment and Planning (MAP) Toolkit generates a report, what file format will the report be generated in? (Choose all that apply.)
A. A Microsoft Word document
B. A Microsoft Excel document
C. A Microsoft OneNote document D. A Microsoft PowerPoint document

A

A and B. Microsoft Assessment and Planning (MAP) generates reports in both Microsoft Excel and Microsoft Word. These reports can provide information in both summary and full detail modes.

81
Q

You are the administrator for your company network. You are planning on using the Sys- prep utility to create images. Where can you find the Sysprep.exe file?
A. \Windows\Setup\Sysprep
B. \Windows\Boot\Sysprep
C. \Windows\System\Sysprep D. \Windows\System32\Sysprep

A

D. Sysprep is a free utility that comes on all Windows operating systems. By default, the Sysprep utility can be found on Windows Server 2016 operating systems in the \Windows\ System32\Sysprep directory.

82
Q
You are the administrator for your company network and you have a computer named Computer1 that has a virtual hard disk (VHD) named Disk1.vhdx. You are going to con- figure Computer1 for dual boot using Disk1.vhdx. You need to install Windows Server 2016 on Disk1.vhdx by using dism.exe. What should you run before you install Windows Server 2016?
A. Add-Windows Image B. bcdboot.exe
C. bcdedit.exe
D. bootcfg.exe
E. bootim.exe
F. bootsect.exe
G. diskpart.exe
H. Expand-Windows Image
A

G. Once the image is copied, you should boot the destination computer into the Windows PE. If the computer has been used previously, it may be necessary to reformat the hard drive, which you do by using the Diskpart command in Windows PE.

83
Q

You are the administrator for your company network. You are using the Deployment Image Servicing and Management (DISM) tool to manipulate an image. What DISM option should you use if you want to display information about images?
A. /Capture-Image B. /List-Image
C. /Get-ImageInfo D. /Apply-Image

A

C. The Deployment Image Servicing and Management (DISM.exe) tool is a PowerShell and command-line utility that allows you to manipulate a Windows image. DISM also allows you to prepare a Windows PE image. The /Get-ImageInfo switch will display information about images in a WIM or VHD file.

84
Q

You are the administrator for your company network. You are planning on performing an unattended installation for a large number of computers. What are some of the advantages of using an unattended installation? (Choose all that apply.)
A. It saves time and money.
B. It can be configured to provide automated responses.
C. It can be used to install clean copies or upgrade existing operating systems.
D. It can be expanded to include installation instructions.
E. The physical media does not need to be distributed to all the computers.
F. All of the above.

A

F. There are many advantages to using unattended installations as a method for automating
Windows Server 2016 installations:
■■ Unattended installation saves time and money because users do not have to interactively respond to each installation query.
■■ It can be configured to provide automated query responses while still selectively allow- ing users to provide specified input during installations.
■■ It can be used to install clean copies of Windows Server 2016 or upgrade an existing operating system (providing it is on the list of permitted operating systems) to Windows Server 2016.
■■ It can be expanded to include installation instructions for applications, additional language support, service packs, and device drivers.
■■ The physical media for Windows Server 2016 does not need to be distributed to all computers on which it will be installed.

85
Q

You are the administrator for your company network. You are planning on using Sysprep to
set up images. You remember that the Windows activation clock starts to decrease as soon as Windows starts for the first time, but you can restart the clock. How many times are you allowed to restart the activation clock using Sysprep?
A. One B. Two C. Three D. Four

A

C. You can use images to restart the Windows activation clock. The Windows activation clock starts to decrease as soon as Windows starts for the first time. You can restart the Windows activation clock only three times using Sysprep.