Set method of the PS_RemoteAccessInboxAccountingStore class
This cmdlet modifies the size of the inbox accounting store.
Syntax
uint32 Set(
[in] string StoreLimit,
[in] string ComputerName,
[in] boolean PassThru,
[out] RemoteAccessInboxAccounting cmdletOutput
);
Parameters
-
StoreLimit [in]
-
Indicates the limit on the amount of accounting data that can be stored, essentially the size of the store, in terms of time. Following is the format used: [duration][time unit]. Time unit can be day, week, month or year specified using the characters 'd', 'w', 'm', 'y'. For e,g, 100d means 100 days, 3m means 3 months, 2y means 2 years.
-
ComputerName [in]
-
IPv4/IPv6 address or hostname of the machine on which the remote access server machine specific tasks should be executed. When ComputerName is specified the size limit of the store residing on that Remote Access server is modified
-
PassThru [in]
-
Returns the inbox accounting store object. By default this cmdlet does not generate any output
-
cmdletOutput [out]
-
New value of store limit
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\RemoteAccess |
MOF |
|
DLL |
|