exam questions

Exam 70-741 All Questions

View all questions & answers for the 70-741 exam

Exam 70-741 topic 2 question 3 discussion

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

You have a server named Server1 that runs Windows Server 2016. Server1 is an IP Address Management (IPAM) server that collects DHCP and DNS logs and events for your entire network.
You need to get the IP addresses that were assigned to a client computer named Computer1 during the last week.
What should you do on Server1?

  • A. From the IPAM node in Server Manager, click IP Address Space, and then review the IP Address Inventory.
  • B. Open Event Viewer and click Windows Logs. Filter the Security log for Computer1.
  • C. Run the Get-IpamDhcpConfigurationEvent cmdlet.
  • D. Run the Get-IpamIpAddressAuditEvent cmdlet.
  • E. Open Event Viewer and click Windows Logs. Filter the Forwarded Events log for Computer1.
  • F. Run the Get-IpamAddress cmdlet.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
coleman
Highly Voted 5 years, 7 months ago
D. Run the Get-IpamIpAddressAuditEvent cmdlet. Explanation/Reference: https://technet.microsoft.com/en-us/itpro/powershell/windows/ipamserver/get-ipamipaddressauditevent $Today = Get-Date $2WeeksAgo = $Today.AddDays(-14) Get-IpamIpAddressAuditEvent -StartDate $2WeeksAgo -EndDate $Today -HostName Computer1 .
upvoted 6 times
...
panda
Most Recent 4 years, 5 months ago
The given answer(D) is correct. D. Run the Get-IpamIpAddressAuditEvent cmdlet. IPMA tarcks IP address lease and creates AuditEvent. Get-IpamIpAddressAuditEvent can get these AuditEvent.
upvoted 1 times
...
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 ...