You have a server named Server1 that runs Windows Server 2012 R2. 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 correct answer 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:
Deploying a GlobalNames zone
The specific steps for deploying a GlobalNames zone can vary somewhat, depending on the AD DS
topology of your network.
Step 1: Create the GlobalNames zone (E)
Step 2: Enable GlobalNames zone support (A)
The Set-DnsServerGlobalNameZone cmdlet enables or disables single-label Domain Name System
(DNS) queries. It also changes configuration settings for a GlobalNames zone.
Etc.Deploying a GlobalNames Zone; Set-DnsServerGlobalNameZone
http://technHYPERLINK “http://technet.microsoft.com/enus/library/cc731744.aspx#_blank”et.microsoft.com/en-us/library/cc731744.aspx
http://technet.microsoft.com/en-us/library/jj649907(v=wps.620).aspx
I guess we got two ways
The 2008 way DNSCMD DNSSERVERName /config /EnableGlobalNamesSupport 1 command enabled GlobalNames Zone
The 2012 Way Set-DnsServerGlobalNameZone -Enable $True -PassThru
0
1
@Gary Trembath. Why confuse people by stating a 2008 command?!
The questions clearly states 2012R2.
Don’t make it more difficult than it already is…. keep it simple.
2
0