Get-IpamConfiguration

Get-IpamConfiguration

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

Syntax

Get-IpamConfiguration [ <CommonParameters>]

Detailed 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.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Microsoft.Windows.Ipam.Commands.IpamConfiguration

    This object contains an IPAM configuration.

Examples

EXAMPLE 1

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.

PS C:\> Get-IpamServerConfiguration

Set-IpamConfiguration