MSFT_SIPCWAServerConfigSetting (New)

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.

Defines the pool-level publishing settings for a Communicator Web Access (CWA) server. These class overrides default settings for the CWA server used by a pool. The publishing setting specify URLs for the dialin and join Web pages that internal and external users access to participate in instant messaging (IM) conferences, audio conferences, and desktop sharing sessions. The default settings are set by the MSFT_SIPGlobalCWAServerConfigSettings class on the CWA server.

MSFT_SIPCWAServerConfigSetting

The MSFT_SIPCWAServerConfigSetting class properties do not map to the Office Communications Server administrative tools.

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_SIPCWAServerConfigSetting
{
  [key] string Backend;
  string ExternalURL;
  [key] string InstanceID;
  string InternalURL;
  string PhoneConfUrlSuffix;
  string WebJoinUrlSuffix;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPCWAServerConfigSetting 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

    You can specify computername using 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 specified computer. Use computername by itself only if the Back-End Database Server uses the default instance of SQL Server on the host computer.

  • ExternalURL
    Data type: string

    Access type: Read/Write

    Optional. The Communicator Web Access URL for authenticated users outside the organization’s firewall.

  • InstanceID
    Data type: [key] string

    Access type: Read-only

    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}".

  • InternalURL
    Data type: string

    Access type: Read/Write

    Required. The Communicator Web Access URL for users inside the organization’s firewall.

  • PhoneConfUrlSuffix
    Data type: string

    Access type: Read/Write

    Optional. Specifies the dial-in conference information suffix for the Communicator Web Access URL. The dial-in conference information suffix is the name of the page where users can configure dial-in conference information.

    The maximum length of the string is 128 characters.

  • WebJoinUrlSuffix
    Data type: string

    Access type: Read/Write

    Optional. Specifies the conference join suffix for the Communicator Web Access URL. The conference join suffix is the page where users are sent to join a conference.

    The maximum length of the string is 128 characters.

Remarks

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

Only one instance of this class can be present in the forest.

Instances of this class support the following interface methods:

  • Provider::DeleteInstance();

  • 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, Communicator Web Access Server, and Front End Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference

MSFT_SIPGlobalCWAServerConfigSetting (New)

Other Resources

Publishing URLs for Communicator Web Access

Server-Based Dial-In Conferencing Components