Get method of the PS_BgpPeer class

Retrieves configuration information for BGP peers.

Syntax

uint32 Get(
  [in]  string        Name[],
  [in]  string        RoutingDomain,
  [out] BgpPeerConfig cmdletOutput[]
);

Parameters

Name [in]

The BGP peer names that identify the configuration information to retrieve.

RoutingDomain [in]

The user-defined unique alphanumeric ID of the routing domain.

cmdletOutput [out]

The BgpPeerConfig object that receives the configuration information for the BGP peers.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\Windows\RemoteAccess
MOF
RAMgmtPSProvider.Mof
DLL
RAMgmtPSProvider.dll

See also

PS_BgpPeer