Get-AmsRouterEndpoint

SYNOPSIS

Get the actual AmsConfiguration / RouterEndpoint of the process.

SYNTAX

Get-AmsRouterEndpoint [-ProgressAction <ActionPreference>] [<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

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

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