Get-IpamConfiguration

Gets the configuration for the computer running the IP Address Management (IPAM) server.

Syntax

Get-IpamConfiguration

Description

The Get-IpamConfiguration cmdlet gets the configuration for the computer running the IP Address Management (IPAM) server, including the software version number and the TCP port number over which the computer running the IPAM Remote Server Administration Tools (RSAT) client connects and communicates with the computer running the IPAM server.

Examples

EXAMPLE 1

PS C:\> Get-IpamServerConfiguration
Version : 1.3 
Port    : 48885

This example gets the configuration for the computer running the IPAM server, including the software version number and the TCP port number over which the computer running the IPAM RSAT client connects and communicates with the computer running the IPAM server.

Inputs

None

Outputs

Microsoft.Windows.Ipam.Commands.IpamConfiguration

This object contains an IPAM configuration.