In this post we installed IPAM,in this one we’ll perform some basic tasks
Adding DNS record
In IPAM console click DNS Zones-right-click zone-Add DNS record
New-Choose record type
Type value,optionally add PTR record-Add resource record
See zone details
In the left pane click Tree view-Forward lookup zone
Select zone in left pane,on Current view choose resource Records
Managing IP address
To find-out first available address,IPAM looks at DHCP range,in my case i have configured DHCP range 192.168.0.20-192.168.0.30,and one DHCP client.IPAM will provide next available address.
Click IP Address Range-Right click on DHCP range-Find and Allocate Available IP Address
Or by PowerShell:
Add-IpamAddress -IpAddress 192.168.0.22 -PassThru
Creating DNS Zone
On left pane click DNS And DHCP servers-Right click DNS server-Create DNS zone
Enter zone type (forward or reverse) and name
Delete IPAM database
Browse to one of the following locations: IP Address Blocks, IP Address Inventory, or IP Address Range Groups.
Click TASKS, and then click Purge Utilization Data.
The Purge Utilization Data dialog box opens.
In Purge all utilization data on or before, click Select a date.
Choose the date for which you want to delete all database records both on and before that date.
Click OK. IPAM deletes all the records that you have specified.