ProvisioningJobGetReport method of the Win32_RDMSVirtualDesktopCollection class

Gets a report about the status of a virtual desktop provisioning job.

Syntax

uint32 ProvisioningJobGetReport(
  [in]  string JobGuid,
  [out] string JobReportXml
);

Parameters

JobGuid [in]

The GUID that uniquely identifies the provisioning job.

JobReportXml [out]

A string that contains the report in XML format.

Return value

Returns 0 on success, otherwise returns a WMI error code.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\CIMv2\rdms
MOF
RDManagement.mof
DLL
RDMS.dll

See also

Win32_RDMSVirtualDesktopCollection