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