次の方法で共有


GetForAllRoutingDomains method of the PS_BgpPeer class

Retrieves the BGP Peer configuration information for all BGP peers from all routing domains.

Syntax

uint32 GetForAllRoutingDomains(
  [in]  boolean       AllRoutingDomains,
  [out] BgpPeerConfig cmdletOutput[]
);

Parameters

AllRoutingDomains [in]

true to retrieve peers for all routing domains.

cmdletOutput [out]

On success, contains a BgpPeerConfig that describes the peer configuration information.

Requirements

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

See also

PS_BgpPeer