Chapter 3 Flashcards
What does IPAM stand for?
IP Address Management
How does the IPAM client communicate with the IPAM server?
Using the Windows Communication Foundation (WCF) protocol over TCP port 48885
How can you change the network port through which IPAM communicates?
Use the Set-IpamConfiguration cmdlet
What databases does IPAM use?
Either the Windows Internal Database, or SQL Server on 2012 R2 and newer
How can scheduled tasks be used with IPAM?
To collect statistical data from the servers at predetermined intervals
What type of servers should not run IPAM?
Domain controllers and DHCP servers (DHCP discovery is disabled)
What is the minimum version of Windows Server that can run IPAM?
Server 2012
What servers does IPAM require access to?
A domain controller and an authoritative DNS server
What is the minimum version of Windows Server that supports discovery of multiple AD DS forests in IPAM?
Server 2016
What are the three deployment topologies for IPAM?
Distributed: Server at each physical site
Centralized: Server for the entire organization
Hybrid: Central server at main datacenter with dedicated site servers
Where is the WID database for IPAM stored by default?
%windir%\System32\IPAM\Database
What is the minimum SQL Server version requirement for IPAM?
SQL Server 2008 R2
How can you install IPAM using PowerShell?
Install-WindowsFeature IPAM -IncludeManagementTools
How can you provision IPAM?
Run the Provision IPAM Wizard or provision manually using GPOs
What options are available for switching between manual and Group Policy based IPAM provisioning?
You can only change from manual to Group Policy based (not vice versa)
This can be done using the PS command Set-IpamConfiguration -Provisioning