次の方法で共有


GetByAccountingStatistics method of the PS_RemoteAccessAccountingStatisticsSummary class

Used to query Statistics Summary maintained by Inbox Accounting.

Syntax

uint32 GetByAccountingStatistics(
  [in]  datetime                                     StartDateTime,
  [in]  datetime                                     EndDateTime,
  [out] RemoteAccessAccountingConnectionSummaryLocal cmdletOutput
);

Parameters

StartDateTime [in]

Start date from when to retrieve the summary.

EndDateTime [in]

End date till when to retrieve the summary.

cmdletOutput [out]

A RemoteAccessAccountingConnectionSummaryLocal containing the Remote Access connection summary 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_RemoteAccessAccountingStatisticsSummary