Chapter 3 Flashcards

1
Q

What does IPAM stand for?

A

IP Address Management

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does the IPAM client communicate with the IPAM server?

A

Using the Windows Communication Foundation (WCF) protocol over TCP port 48885

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How can you change the network port through which IPAM communicates?

A

Use the Set-IpamConfiguration cmdlet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What databases does IPAM use?

A

Either the Windows Internal Database, or SQL Server on 2012 R2 and newer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How can scheduled tasks be used with IPAM?

A

To collect statistical data from the servers at predetermined intervals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What type of servers should not run IPAM?

A

Domain controllers and DHCP servers (DHCP discovery is disabled)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the minimum version of Windows Server that can run IPAM?

A

Server 2012

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What servers does IPAM require access to?

A

A domain controller and an authoritative DNS server

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the minimum version of Windows Server that supports discovery of multiple AD DS forests in IPAM?

A

Server 2016

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the three deployment topologies for IPAM?

A

Distributed: Server at each physical site
Centralized: Server for the entire organization
Hybrid: Central server at main datacenter with dedicated site servers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Where is the WID database for IPAM stored by default?

A

%windir%\System32\IPAM\Database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the minimum SQL Server version requirement for IPAM?

A

SQL Server 2008 R2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How can you install IPAM using PowerShell?

A

Install-WindowsFeature IPAM -IncludeManagementTools

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How can you provision IPAM?

A

Run the Provision IPAM Wizard or provision manually using GPOs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What options are available for switching between manual and Group Policy based IPAM provisioning?

A

You can only change from manual to Group Policy based (not vice versa)
This can be done using the PS command Set-IpamConfiguration -Provisioning

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What PowerShell cmdlet is used to grant IPAM permissions to manage servers on a domain?

A

Invoke-IpamGpoProvisioning

17
Q

What troubleshooting step can be performed if an IPAM server is still blocked?

A

Force a GPO update on the IPAM server and managed servers, using gpupdate /force

18
Q

Which PowerShell cmdlet is used to create an IPAM address block?

A

Add-IpamBlock

19
Q

Which PowerShell cmdlet is used to modify an IPAM address block?

A

Set-IpamBlock

20
Q

Which PowerShell cmdlet is used to create an IPAM address range?

A

Add-IpamRange

21
Q

Which PowerShell cmdlet is used to modify an IPAM address range?

A

Set-IpamRange

22
Q

What IP addresses are tracked in IPAM’s utilization trend tool?

A

Only IPv4 addresses

23
Q

In IPAM, what is the highest-level object in the IP address space structure?

A

IP Address Blocks

24
Q

Which PowerShell cmdlets are used to import IP management data from CSV?

A

Import-IpamAddress, Import-IpamRange, and Import-IpamSubnet

25
Q

How do you integrate IPAM with System Center VMM?

A

From the IPAM server, create a user account for VMM
Add the user account to a group in the IPAM ASM Administrator role
In the VMM console, add the Microsoft Windows Server IP Address Management network service

26
Q

What is required to manage multiple AD DS forests using IPAM?

A

A two-way trust relationship between the AD DS forest where IPAM is installed, and with each of the remote forests

27
Q

What are IPAM roles?

A

A collection of IPAM operations

28
Q

What are IPAM access scopes?

A

The collection of objects a user has access to, defines administrative boundaries

29
Q

What are IPAM access policies?

A

Combines a role and access scope to assign permissions to a user or group

30
Q

What IPAM access scope provides access to all objects?

A

The Global access scope

31
Q

What is the recommended way to assign access policies in IPAM?

A

To groups, in case a user switches roles within an organization

32
Q

What are some changes to make before using IPAM auditing?

A

Enable logon event auditing on both domain controllers and servers running the NPS role
Configure the security event log size to prevent rollover
Configure the audit log file location so all logs are stored in the same place