SetBaseVHDPath method of the Win32_RDMSDeploymentSettings class

Retrieves the base path to the directory to which VHDs of the virtual desktop collection are deployed.

Syntax

uint32 SetBaseVHDPath(
  [in] string DirectoryPath
);

Parameters

DirectoryPath [in]

The new VHD deployment 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