Which two actions should you perform?

You have a server named SERVER1 that runs Windows Server 2012.
SERVER1 has the DNS Server server role installed.
You need to configure SERVER1 to resolve queries for single-label DNS names.
Which two actions should you perform? (Each correctanswer presents part of the solution. Choose two.)

You have a server named SERVER1 that runs Windows Server 2012.
SERVER1 has the DNS Server server role installed.
You need to configure SERVER1 to resolve queries for single-label DNS names.
Which two actions should you perform? (Each correctanswer presents part of the solution. Choose two.)

A.
Run the Set-DNSServerGlobalNameZone cmdlet.

B.
Modify the DNS suffix search list setting.

C.
Modify the Primary DNS Suffix Devolution setting.

D.
Create a zone named “.”.

E.
Create a zone named GlobalNames.

F.
Run the Set-DNSServerRootHint cmdlet.

Explanation:
Open DNS Manager from Administrative Tools.
Expand the DNS server, right-click Forward Lookup Zones, and choose New Zone
Click Next
Choose Primary zone (Store zone in Active Directory), click Next
Choose the Active Directory Zone Replication Scope.Click Next
On Zone Name, screen, enter GlobalNames, click Next
On Dynamic Update screen, choose Do not allow dynamic updates, click Next
Click Finish



Leave a Reply 4

Your email address will not be published. Required fields are marked *


guym

guym

Should be A and E. B is what you try to avoid by using a GlobalNameZone.

Chamil Dilhan

Chamil Dilhan

yup.. A and E

sysadmin

sysadmin

actually it’s A and E. because doing the DNS suffix search list is ANOTHER method, not a part of a the SAME method. If you do GlobalNames, you NEED to do Set-DnsServerGlobalNameZone, so B because impossible, since it’s only a two part answer