212k views
5 votes
Which command can you use to enable GlobalNames zones? (Choose two.)

a. Set-DnsServerGlobalNameZone
b. Dnscmd
c. Set-DnsServer
d. Set-DnsServerPrimaryZone

1 Answer

5 votes

Final answer:

The commands that can be used to enable GlobalNames zones on a Windows DNS server are Set-DnsServerGlobalNameZone and Dnscmd. The correct answer is A.

Step-by-step explanation:

The commands that can be used to enable GlobalNames zones are Set-DnsServerGlobalNameZone and Dnscmd.

Set-DnsServerGlobalNameZone is a PowerShell command that can be used to enable GlobalNames zones on a Windows DNS server. This allows for single-label name resolution without the need for specifying a domain name suffix.

Dnscmd is a command-line tool that can also be used to enable and manage GlobalNames zones on a Windows DNS server.

To enable GlobalNames zones in Windows Server, you can use the PowerShell cmdlet 'Set-DnsServerGlobalNameZone' or the command-line tool 'Dnscmd'.

To enable GlobalNames zones, you can use one of the following two commands: Set-DnsServerGlobalNameZone or Dnscmd. The command Set-DnsServerGlobalNameZone is a PowerShell cmdlet used to configure settings for the GlobalNames zone, enabling the resolution of single-labeled, global DNS names in an Active Directory environment. The command Dnscmd is a command-line tool that allows for managing Windows DNS servers and includes options for configuring GlobalNames zones among various other DNS server settings.

User Harshad Prajapati
by
8.2k points