GetDiffVHDPath method of the Win32_RDMSDeploymentSettings class

Retrieves the directory path to which the differencing disks are deployed for a virtual desktop collection.

Syntax

uint32 GetDiffVHDPath(
  [out] string DirectoryPath
);

Parameters

DirectoryPath [out]

Receives the new differencing disk path.

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_RDMSDeploymentSettings