SetExportPath method of the Win32_RDMSDeploymentSettings class

Updates the directory path to which virtual machines are deployed for a virtual desktop collection.

Syntax

uint32 SetExportPath(
  [in] string DirectoryPath
);

Parameters

DirectoryPath [in]

The new directory 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