Get-AmsRouterEndpoint

SYNOPSIS

Get the actual AmsConfiguration / RouterEndpoint of the process.

SYNTAX

Get-AmsRouterEndpoint [<CommonParameters>]

DESCRIPTION

This Cmdlet returns actual process-wide settings for the AmsConfiguration that define the TCP/IP Loopback Address that is used from the communication between AdsClient/Server and Router locally. For more information please have a look at the SetAmsRouterEndpointCmdlet Cmdlet help.

EXAMPLES

Example 1

PS> Get-AmsRouterEndpoint

AddressFamily Address    Port
------------- -------    ----
InterNetwork  127.0.0.1  48898

Returns the actual Loopback endpoint settings.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES