Networking with Windows Server 2016 — Question 101

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?

Answer options

Correct answer: D

Explanation

The correct answer is D because the Get-IpamIpAddressAuditEvent cmdlet retrieves the audit events related to IP address assignments, which is what you need to track the IPs for Computer1. Option A does not provide historical assignment data, while options B and C are not related to IP address auditing in the context of IPAM.