Share via


GetByActiveStatistics method of the PS_RemoteAccessConnectionStatisticsLocal class

This cmdlet displays the following1. Statistics of current (real-time) active DirectAccess and VPN connections2. Statistics of DirectAccess and VPN connections for a specified time duration, based on accounting data.

Syntax

uint32 GetByActiveStatistics(
  [in]  string                                ResourceName,
  [out] RemoteAccessMonitoringConnectionLocal cmdletOutput[]
);

Parameters

ResourceName [in]

Resource name to filter by.

cmdletOutput [out]

On success, contains an array of RemoteAccessMonitoringConnectionLocal objects that describe the Remote Access connection objects from Monitoring data.

Requirements

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

See also

PS_RemoteAccessConnectionStatisticsLocal