exam questions

Exam 70-410 All Questions

View all questions & answers for the 70-410 exam

Exam 70-410 topic 2 question 85 discussion

Actual exam question from Microsoft's 70-410
Question #: 85
Topic #: 2
[All 70-410 Questions]

You have a server that runs a Server Core installation of Windows Server 2012 R2.
You need to change the DNS server used by IPv6.
What should you do?

  • A. From Sconfig, configure the Network Settings.
  • B. Run the sc.exe command and specify the config parameter.
  • C. From Windows PowerShell, run the Set-NetIpv6Protocol cmdlet.
  • D. From Windows PowerShell, run the Set-DnsClientServerAddress cmdlet. D
Show Suggested Answer Hide Answer
Suggested Answer: Explanation 🗳️
The Set-DnsClientServerAddresscmdlet sets one or more IP addresses for DNS servers associated with an interface. This cmdlet statically adds DNS server addresses to the interface. If this cmdlet is used to add DNS servers to the interface, then the DNS servers will override any DHCP configuration for that interface.
PS C:\> Set-DnsClientServerAddress -InterfaceIndex 12 -ServerAddresses "10.0.0.1","10.0.0.2")
References:
http://technet.microsoft.com/en-us/library/jj592692.aspx
http://technet.microsoft.com/en-us/library/jj590768.aspx

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...