Install IP Address Management (IPAM) in Windows Server

In this article, get introduced to IPAM and learn how to install IP Address Management (IPAM) in Windows Server.

Kapil Arya
11x Microsoft MVP · Admin
2 min read
Add as a preferred
source on Google

IP Address Management (IPAM) provides a central framework for managing your IP address space and corresponding infrastructure servers such as DHCP and DNS. According to Microsoft, IPAM provides a dynamic view of your IP infrastructure and this view is continually refreshed by periodic tasks that run on the IPAM server. However, IPAM is not enabled by default on your Windows Server. In this article, we’ll see step-by-step process to install IP Address Management (IPAM) in Windows Server.

You can install IPAM as Windows Server feature. Once you install IPAM, you have the tools for end-to-end planning, deploying, managing and monitoring of your IP address infrastructure. You can read more about IPAM in this official documentation.

Now let us see how you can install and access IPAM in your Windows Server.

Install IP Address Management (IPAM) in Windows Server

Method 1 – Using Add Server Roles and Features Wizard

1. Open Add Roles and Features Wizard using Server Manager. In the Features section, select IP Address Management (IPAM) Server.

Install IP Address Management (IPAM) in Windows Server 1

2. When you check that feature, you will be asked to install some of the roles or features required for IPAM. Hit Add Features in that pop-up window and then click Next.

Install IP Address Management (IPAM) in Windows Server 2

3. Moving on, confirm the install selections and finally click on Install button.

Install IP Address Management (IPAM) in Windows Server 3

4. You will see that in few moments, installation will be completed. You can then hit Close button to exit the wizard.

Install IP Address Management (IPAM) in Windows Server 4

You can now go to Server Manager and you should be able to locate IPAM there. Now you can easily configure the IPAM server.

Install IP Address Management (IPAM) in Windows Server 5

Method 2 – Using Windows PowerShell

1. Right click Start Button or press W8K + X keys and select Windows PowerShell (Admin).

2. In administrative Windows PowerShell window, paste following and press Enter key:

Install-WindowsFeature IPAM -IncludeManagementTools

Install IP Address Management (IPAM) in Windows Server 6

Once the installation is completed, the IPAM should be available in the Server Manager, as mentioned earlier in this article.

That’s it!

Related: Configure VPN On Windows Server 2019.

Share this article
https://www.kapilarya.com/install-ip-address-management-ipam-in-windows-server

Shareable URL

Article by

Kapil Arya
11x Microsoft MVP · Admin

Kapil holds Microsoft MVP title in Windows IT Pro expertise, 11-times in a row (2014-2025). He is 8-times Windows Insider MVP as well, and author of 'Windows Group Policy Troubleshooting' book. In 2015, Microsoft India accomplished him as 'Windows 10 Champion'. Being passionate Windows blogger, he loves to help others on fixing their system issues. Kapil has worked with official Microsoft Community Engagement Team (CET) on several community projects. You can subscribe him for news/updates and fixes for Windows.

Leave a Comment

Your email address will not be published. Required fields are marked *