exam questions

Exam 70-412 All Questions

View all questions & answers for the 70-412 exam

Exam 70-412 topic 3 question 126 discussion

Actual exam question from Microsoft's 70-412
Question #: 126
Topic #: 3
[All 70-412 Questions]

You need to verify whether a DNS response from a DNS server is signed by DNSSEC.
What should you run?

  • A. nslookup.exe
  • B. dnscmd.exe
  • C. Resolve-DNSName
  • D. Get-NetIPAddress
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
The Resolve-DnsName cmdlet performs a DNS query for the specified name. This cmdlet is functionally similar to the nslookup tool which allows users to query for names. The Resolve- DnsName cmdlet was introduced in Windows Server 2012 and Windows 8 and can be used to display DNS queries that include
DNSSEC data.
Parameters include:
* -DnssecOk
Sets the DNSSEC OK bit for this query.
* -DnssecCd
Sets the DNSSEC checking-disabled bit for this query
Example: In the following example, the DO=1 flag is set by adding the dnssecok parameter.
PS C:\> resolve-dnsname -name finance.secure.contoso.com -type A -server dns1.contoso.com -dnssecok
Incorrect:
Not A: Do not use the nslookup command-line tool to test DNSSEC support for a zone. The nslookup tool uses an internal DNS client that is not DNSSEC-aware.

Reference: Resolve-DnsName -
https://technet.microsoft.com/library/jj590781.aspx

Reference: Overview of DNSSEC -
https://technet.microsoft.com/en-us/library/jj200221.aspx#validation

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 ...