SetClientAccessName method of the Win32_RDMSEnvironment class

Updates the Domain Name System (DNS) resource record (RR) name of an Remote Desktop Management Services (RDMS) environment.

Syntax

uint32 SetClientAccessName(
  [in] string ClientAccessName
);

Parameters

ClientAccessName [in]

The new RR name.

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_RDMSEnvironment