HOTSPOT
Your network contains an Active Directory domain named contoso.com. The domain contains a domain controller named Server1 and a member server named Server2.
Server1 has the DNS Server role installed. Server2 has IP Address Management (IPAM) installed. The IPAM server retrieves zones from Server1 as shown in the following table.
< ><>>< ><>>
Solution:
Box 1: Yes
As a member of the IPAM DNS Administrator Role of the ADatum zone, User1 can add DNS records to it. Box 2: Yes
As a member of the DNS Record Administrator Role of the Fabrikam zone, User1 can add DNS records to it. Box 3: No
DNS Record Administrators cannot delete zones, only administer DNS records. References:
https://technet.microsoft.com/en-us/library/hh831353(v=ws.11).aspx
Does this meet the goal?
Correct Answer:
A
HOTSPOT
Your network contains an Active Directory domain named contoso.com. The domain contains three servers named Server1, Server2, and Server3 that run Windows Server 2016.
Server1 has IP Address Management (IPAM) installed. Server2 and Server3 have the DHCP Server role installed and have several DHCP scopes configured. The IPAM server retrieves data from Server2 and Server3.
A domain user named User1 is a member of the groups shown in the following table.
< ><>>>< >
Solution:
User1 is using Server Manager, not IPAM to perform the administration. Therefore, only the “DHCP Administrators” permission on Server2 and the “DHCP Users” permissions on Server3 are applied. The permissions granted through membership of the “IPAM DHCP Scope Administrator Role” are not applied when the user is not using the IPAM console.
Does this meet the goal?
Correct Answer:
A
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might
have more than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You network contains an Active Directory domain named contoso.com. The domain contains a member server named Server1 that runs Windows Server 2016 and has the DNS Server role installed. Automatic scavenging of state records is enabled and the scavenging period is set to 10 days.
All client computers dynamically register their names in the contoso.com DNS zone on Server1. You discover that the names of multiple client computers that were removed from the network several weeks ago can still be resolved.
You need to configure Server1 to automatically remove the records of the client computers that have been offline for more than 10 days.
Solution: You set the Expires after value of the zone. Does this meet the goal?
Correct Answer:
B
https://technet.microsoft.com/en-us/library/cc772069(v=ws.11).aspx
DRAG DROP
You have a server named Server1 that runs Windows Server 2016.
You need to deploy the first cluster node of a Network Controller cluster.
Which four cmdlets should you run in sequence? To answer, move the appropriate cmdlets from the list of cmdlets to the answer area and arrange them in the correct order.
Solution:
Deploy Network Controller using Windows PowerShell Step 1: Install-WindowsFeature
Install the Network Controller server role
To install Network Controller by using Windows PowerShell, type the following commands at a Windows PowerShell prompt, and then press ENTER.
Install-WindowsFeature -Name NetworkController –IncludeManagementTools Step 2: New-NetworkControllerNodeObject
You can create a Network Controller cluster by creating a node object andthen configuring the cluster.
You need to create a node object for each computer or VM that is a member of the Network Controller cluster.
Tocreate a node object, type the following command at the Windows PowerShell command prompt, and then press ENTER. Ensure that you add values for each parameter that are appropriate for your deployment.
New-NetworkControllerNodeObject –Name
To configure the cluster, typethe following command at the Windows PowerShell command prompt, and then press ENTER. Ensure that you add values for each parameter that are appropriate for your deployment.
Install-NetworkControllerCluster –Node
Step 4: Install-NetworkController
To configure the Network Controller application, type the following command at the Windows PowerShell command prompt, and then press ENTER. Ensure that you add values for each parameter that are appropriate for your deployment.
Install-NetworkController –Node
https://technet.microsoft.com/en-us/library/mt282165.aspx
Does this meet the goal?
Correct Answer:
A
DRAG DROP
You have a server named Server1 that runs Windows Server 2016.
On Server1 you use the Basic template to create a new Data Collector Set named CollectorSet1. You need to configure data collection for the performance counters. The configuration must support the following requirements:
✑ Data collection must run on a schedule.
✑ Data collection must stop if there is less than 1 GB of free disk space.
What should you modify to meet each requirement? To answer, drag the appropriate settings to the correct requirements. Each setting may be used once, more than once, or nor at all. You may need to drag the Split bar between panes or scroll to view content.
Solution:
Does this meet the goal?
Correct Answer:
A