Share via


GetByAccountingStatistics 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 GetByAccountingStatistics(
  [in]  datetime                              StartDateTime,
  [in]  datetime                              EndDateTime,
  [out] RemoteAccessAccountingConnectionLocal cmdletOutput[]
);

Parameters

StartDateTime [in]

Start date from when to retrieve the summary.

EndDateTime [in]

End date till when to retrieve the summary.

cmdletOutput [out]

An array of A RemoteAccessAccountingConnectionLocal containing the Remote Access connection objects from Accounting 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