Win32_RDMSDeploymentSettings class

Manages deployment settings for a virtual desktop collection.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[dynamic, provider("Win32_RDManagement_Prov"), AMENDMENT]
class Win32_RDMSDeploymentSettings
{
};

Members

The Win32_RDMSDeploymentSettings class has these types of members:

Methods

The Win32_RDMSDeploymentSettings class has these methods.

Method Description
GetBaseVHDPath Retrieves the base path to the directory to which VHDs of the virtual desktop collection are deployed.
GetConnectionString Retrieves the deployment-level database connection string.
GetDiffVHDPath Retrieves the directory path to which the differencing disks are deployed for a virtual desktop collection.
GetExportPath Retrieves the directory path to which virtual machines are deployed for a virtual desktop collection.
GetInt32Property Retrieves an integer property for the deployment settings of a virtual desktop collection.
GetSecondaryConnectionString Retrieves the deployment-level database secondary connection string, which may be used to support password expiration.
GetSMBPath Retrieves the UNC path to the SMB share to which virtual machines of the virtual desktop collection are deployed.
GetStringArrayDeploymentSetting Retrieves the deployment settings for a virtual desktop collection.
GetStringProperty Retrieves a string property for the deployment settings of a virtual desktop collection.
RemoveDeploymentSetting Deletes the deployment settings for a virtual desktop collection.
SetBaseVHDPath Retrieves the base path to the directory to which VHDs of the virtual desktop collection are deployed.
SetConnectionString Sets the deployment-level database connection string.
SetDiffVHDPath Updates the directory path to which the differencing disks are deployed for a virtual desktop collection.
SetExportPath Updates the directory path to which virtual machines are deployed for a virtual desktop collection.
SetInt32Property Updates an integer property for the deployment settings of a virtual desktop collection.
SetSecondaryConnectionString Sets the deployment-level database secondary connection string.
SetSMBPath Updates the UNC path to the SMB share to which virtual machines of the virtual desktop collection are deployed.
SetStringArrayDeploymentSetting Updates the deployment settings for a virtual desktop collection.
SetStringProperty Updates a string property for the deployment settings of a virtual desktop collection.

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

Remote Desktop Management Services Provider