次の方法で共有


CleanInboxAccountingStore method of the PS_RemoteAccessInboxAccountingLocal class

Get the status for Inbox accounting store.

Syntax

uint32 CleanInboxAccountingStore(
  [in]  datetime                         StartDateTime,
  [in]  datetime                         EndDateTime,
  [out] RemoteAccessInboxAccountingLocal cmdletOutput
);

Parameters

StartDateTime [in]

The start date from when to cleanup the inbox accounting data.

EndDateTime [in]

The end date till when to cleanup the inbox accounting data.

cmdletOutput [out]

A RemoteAccessInboxAccountingLocal containing the entire Inbox Accounting Configuration.

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_RemoteAccessInboxAccountingLocal