MSFT_SIPGlobalCWAServerConfigSetting (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.

Specifies the default publishing settings for a Communicator Web Access (CWA) server that can be used by all pools (unless explicitly over-ridden by the pool level CWA server class). 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 on the Communicator Web Access server.

MSFT_SIPGlobalCWAServerConfigSetting

The property values for the MSFT_SIPGlobalCWAServerConfigSetting class map to the settings found in the Publish Web Addresses dialog box. You can access these values in the Microsoft Office Communications Server 2007 R2, Communicator Web Access tool by right-clicking Microsoft Office Communications Server 2007 R2, Communicator Web Access in the console tree, and then clicking Publish Web Addresses.

The mapping between the dialog box and the WMI properties is shown in the illustration below:

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

Methods

This class does not define any methods.

Properties

The MSFT_SIPGlobalCWAServerConfigSetting class has the following properties.

  • ExternalURL
    Data type: string

    Access type: Read/Write

    Optional. The Communicator Web Access URL for users outside the organization’s firewall. Maps to the External web address (URL) box in the Communicator Web Access Server console user interface.

  • InstanceID
    Data type: [key] string

    Access type: Read-only

    Required.

    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}". The InstanceID does not appear in the Communicator Web Access Server console.

  • InternalURL
    Data type: string

    Access type: Read/Write

    Optional. The Communicator Web Access URL for users inside the organization’s firewall. Maps to the Internal web address (URL) box in the Communicator Web Access Server console user interface.

  • 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. By default, the dial-in conference information suffix is dialin.

    The PhoneConfUrlSuffix does not appear in the Communicator Web Access Server console.

  • 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. By default, the conference join suffix is join.

    The WebJoinUrlSuffix does not appear in the Communicator Web Access Server console.

Remarks

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

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

Instances of this class support the following interface methods:

  • Provider::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flag:

    • WBEM_FLAG_UPDATE_ONLY

Requirements

Server: Installed on computers serving the following roles: Administrative Tools Server and Front End Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference

MSFT_SIPCWAServerConfigSetting (New)

Other Resources

Publishing URLs for Communicator Web Access