Get-AdsRemoteConnections

SYNOPSIS

SYNTAX

Get-AdsRemoteConnections [[-Address] <String[]>] [-InputObject <IRoute>] [-ProgressAction <ActionPreference>]
 [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

Example 1

PS C:\> {{ Add example code here }}

{{ Add example description here }}

PARAMETERS

-Address

The Name / Address of the route to get.

The address of the route can be coded as NetId, the HostName or the IPAddress in string representation.

Wildcards are permitted.

Type: String[]
Parameter Sets: (All)
Aliases: Name

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

-InputObject

The Destination address specifies the target source, where the routes are determined.

Use this to get the registered routes of a remote system.

The Destination system can be specified by RouteName (route name on local system), AmsNetId, IPAddress or HostName.

The destination system must be reachable by the local registered routes.

Type: IRoute
Parameter Sets: (All)
Aliases: Destination

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

-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