exam questions

Exam 70-741 All Questions

View all questions & answers for the 70-741 exam

Exam 70-741 topic 1 question 119 discussion

Actual exam question from Microsoft's 70-741
Question #: 119
Topic #: 1
[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.
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
MrRiver
Highly Voted 5 years, 7 months ago
D. Seems correct https://docs.microsoft.com/en-us/powershell/module/ipamserver/get-ipamipaddressauditevent?view=win10-ps
upvoted 6 times
coleman
5 years, 6 months ago
it is correct
upvoted 3 times
coleman
5 years, 5 months ago
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 8 times
...
...
...
panda
Most Recent 4 years, 4 months ago
I think D is correct. I understand what B isn't correct. I believe that you could get needed IP addresses for this question by filtering Event Logs.(*1) However, B says that Event viewer uses security log. Security log is login/logout activity or other security-related events.(*2)
upvoted 1 times
panda
4 years, 3 months ago
Further more. Get-IpamIpAddressAuditEvent means that Audit Event by useing IPAM tracing IP address leasing.
upvoted 1 times
...
...
Ario
5 years, 2 months ago
D is correct
upvoted 2 times
...
ITGEEK
5 years, 4 months ago
D is Correct.
upvoted 2 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago