Get method of the PS_RemoteAccessAccounting class

This cmdlet displays the accounting configuration for Remote Access, viz. the different types of accounting that are enabled and their respective configuration.

Syntax

uint32 Get(
  [in]  string                 ComputerName,
  [out] RemoteAccessAccounting cmdletOutput
);

Parameters

ComputerName [in]

IPv4/IPv6 address or hostname of the machine on which the remote access server machine specific tasks should be executed

cmdletOutput [out]

  1. Status of inbox accounting (enable or disable) 2. Inbox accounting store settings - these are displayed even if inbox accounting is disabled. a. Accounting store limit (in months) b. Time stamp of the first record in the store (includes date and time). c. Time stamp of the last record in the store (includes date and time). d. Used space in the store in bytes e. Used space in the store in percentage. f. Free space in the store in bytes g. Free space in the store in percentage. 3. Status of RADIUS accounting (disable, External Radius, Windows or Local Nps) - Windows indicates Windows Accounting. 4. RADIUS server list - If external RADIUS accounting is being used then the list of accounting servers is displayed by IPv4/IPv6 address or hostname . If external RADIUS accounting is not enabled then nothing is displayed.

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_RemoteAccessAccounting