InstallBrokerDatabase method of the Win32_SessionBrokerServiceProperties class

Installs an RD connection broker database on a central SQL server.

Syntax

uint32 InstallBrokerDatabase(
  [in] string newDbFilePath,
  [in] string connStringToCentralDBMaster,
  [in] string centralRdcmsDbName
);

Parameters

newDbFilePath [in]

new database file path.

connStringToCentralDBMaster [in]

Connection string to the central database master.

centralRdcmsDbName [in]

Name of the central database.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\CIMv2\TerminalServices
MOF
TssdWmi.mof
DLL
TssdWmi.dll

See also

Win32_SessionBrokerServiceProperties