Share via


How to reduce IPAM Database

Question

Tuesday, December 13, 2016 2:03 AM

The IPAM colloct many data about DHCP assgin logs, that cause the SQL database use over 100GB disk space. 

Is there any way to reduce IPAM database base on time point ? Just like clean up the IPAM database which store before 3 months. 

All replies (2)

Friday, July 14, 2017 12:13 AM âś…Answered

$Clean_Date = (Get-Date).AddDays(-100)
Remove-IpamIpAddressAuditEvent -EndDate $Clean_Date


Wednesday, December 14, 2016 1:36 AM

Hi Allen,

You could purge IPAM log by following article below:

Operational Event Tracking

https://technet.microsoft.com/en-us/library/jj878322(v=ws.11).aspx

Best Regards

John

Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact [email protected].