How to Install and Provision Windows Server IPAM
Applies to: Windows Server 2019, 2022 and 2025.
IP Address Management discovers and manages DNS and DHCP infrastructure. Provisioning requires a deliberate choice between Group Policy-based and manual access configuration.
DNS and DHCP changes can interrupt authentication and remote access. Preserve console access, export current settings and test from representative clients. Managed Windows VPS services are available at networkmanager.info.
Prerequisites
- Use a domain member server not acting as a domain controller.
- Install supported DNS and DHCP management tools.
- Choose GPO or manual provisioning.
- Define discovery domains and delegated operators.
Procedure
Step 1: Install IPAM
Add the feature and management tools.
Install-WindowsFeature IPAM -IncludeManagementToolsStep 2: Provision
This example selects Group Policy provisioning with a unique prefix.
Invoke-IpamGpoProvisioning -Domain 'corp.example' -GpoPrefixName 'IPAM' -IpamServerFqdn 'ipam01.corp.example'Step 3: Discover servers
Configure discovery scope in Server Manager IPAM.
Step 4: Apply policy
Run Group Policy update on managed DNS, DHCP and NPS servers after reviewing generated GPOs.
Step 5: Retrieve data
Start server discovery and data retrieval from IPAM console.
Verification
Confirm IPAM feature state, generated GPOs and managed-server access status.
Get-WindowsFeature IPAM
Get-GPO -All | Where DisplayName -Like 'IPAM*'Rollback
Remove managed-server access and generated GPO links through the documented deprovisioning process before uninstalling IPAM.
Operational notes
IPAM supports management and audit workflows; it does not itself lease addresses or answer DNS queries.