MSFT_SIPDataMCUProxyServerData

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Specifies the Web Conferencing Edge Server FQDNs including the internal FQDN to which the internal Web Conferencing Server connects and the External FQDN to which external users connect for Web Conferencing functionality.

MSFT_SIPDataMCUProxyServerData

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

class MSFT_SIPDataMCUProxyServerData
{
  [key] string Backend;
  string ExternalFQDN;
  [key] string InstanceID;
  string InternalFQDN;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPDataMCUProxyServerData class has the following properties.

  • Backend
    Data type: [key] string

    Access type: Read-only

    Required: When accessing data from any role that belongs to a pool. This property must be empty when accessing data from the Edge Server or Proxy Server role.

    This property identifies the instance of SQL Server that manages the back-end database for Office Communications Server.

    The value for this property depends on the topology of Office Communications Server.

    Topology

    Value

    Standard Edition

    (local)\rtc

    Enterprise Edition

    (consolidated or expanded configuration)

    computername\instancename

    or

    computername

    For Enterprise Edition, computername identifies either the FQDN or the NetBIOS name of the host computer for SQL Server and instancename identifies a named instance of SQL Server on the host computer. The value computername by itself specifies the default instance of SQL Server on the host computer.

  • ExternalFQDN
    Data type: string

    Access type: Read/Write

    Required. Specifies the fully qualified domain name (FQDN) of the external edge of the Web Conferencing Edge Server.

    External users connect to their FQDN for Web Conferencing functionality.

    The value must be an FQDN. An IP address is not allowed.

  • InstanceID
    Data type: [key] string

    Access type: Read-only

    Optional. A GUID value that uniquely identifies an instance of this class.

    The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

  • InternalFQDN
    Data type: string

    Access type: Read/Write

    Required. Specifies the FQDN of the internal edge of the Web Conferencing Edge Server.

    The internal Web Conferencing Server connects to this FQDN to provide Web Conferencing functionality to external users.

    The value must be an FQDN. An IP address is not allowed.

Remarks

This class gets and sets information at the following levels: SQL.

Instances of this class support the following interface methods:

  • Provider::DeleteInstance();

  • Provider::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flags:

    • WBEM_FLAG_CREATE_ONLY

    • WBEM_FLAG_UPDATE_ONLY

    • WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following roles: Administrative Tools Server and Web Conferencing Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference