READ Free Dumps For Microsoft- 70-410
Question ID 10291 | A company's server deployment team needs to install fourteen Windows Server 2012 R2 to handle the expected increase in holiday traffic. The team would like the
option of switching the servers between Server Core and Full GUI servers and do not want to be locked in to their first choice.
The server team would like four of the servers to include the Windows 8 Shell.
Which installation option is required for these servers?
|
Option A | Server Core
|
Option B | Desktop Experience
|
Option C | Server with a GUI
|
Option D | Minimal Server Interface
|
Correct Answer | B |
Explanation Explanation/Reference: Explanation: The Desktop Experience installation option includes the Windows 8 Shell feature. This installation option also includes other features available for installation not found in the other three; such as Themes, Windows Store and support for Windows Store apps, and Windows Media Player. Quick Tip: To completely remove a feature and the binary files from the disk, use the Windows PowerShell command Uninstall-WindowsFeature. For example, to remove Desktop Experience: Uninstall-WindowsFeature Desktop-Experience -Remove.
Question ID 10292 | A company's network administrator needs to ensure a specific IP address is never assigned by a Windows Server 2012 R2 DHCP server to any device connecting
to the network.
Which of the following should the administrator configure on the Windows Server 2012 R2 DHCP server?
|
Option A | Reservation
|
Option B | Scope options
|
Option C | NAP
|
Option D | Scope properties
|
Correct Answer | B |
Explanation Explanation/Reference: Explanation: Configuring an IP address as a reservation will restrict a DHCP server’s assignment of that address unless a specific MAC address makes a request for the address. Exclusion is for not use the IP Address or range inside the Scope Pool, Filter is for not use theMAC Address or range. Quick Tip: Policies can also be defined per scope or server. Policy based assignment (PBA) allows an administrator to group DHCP clients by specific attributes based on fields contained in the DHCP client request packet. This feature allows for targeted administration and greater control of configuration parameters delivered to network devices.