Start method of the MSFT_FSRMStorageReport class

Starts the generation of the provided storage report on the server.

Syntax

uint64 Start(
  [in]  boolean                Queue,
  [in]  sint32                 RunDuration,
  [out] MSFT_FSRMStorageReport StorageReport
);

Parameters

Queue [in]

If set to True, the report will be queued for up to 5 minutes before evaluation. If set to False, the report will be generated immediately. The default value is False.

RunDuration [in]

The number of hours to run the report before canceling it. The value 0 indicates that the job will run to completion, and is the default value.

StorageReport [out]

Returns an instance of the MSFT_FSRMStorageReport class representing the storage report.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\FSRM
MOF
MSFT_FSRM.mof
DLL
SrmSvc.dll

See also

MSFT_FSRMStorageReport