Share via


Get method of the PS_VpnS2SInterface class

Retrieves statistics of an S2S Interface.

Syntax

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

Parameters

Name [in]

Specifies the name of the connection.

RoutingDomain [in]

Windows Server 2012: This parameter is unavailable until Windows Server 2012 R2.

The name of the routing domain.

cmdletOutput [out]

The VpnS2SInterface object that receives the retrieved statistics.

Requirements

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

See also

PS_VpnS2SInterface