Share via


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

Enables you to configure personal identification number (PIN) settings for users of dial-in conferencing.

The property values for the MSFT_SIPPSTNConferencingSetting class map to the settings found on the PSTN Conferencing tab of the Front End Properties dialog box. You can access these values in the Office Communications Server 2007 R2 Administration Tool by right-clicking the name of a Standard Edition server or Enterprise Edition pool, pointing to Properties, and then clicking Front End Properties. In the Front End Properties dialog box, click the PSTN Conferencing tab. Note that these settings apply only to the specified pool or server.

MSFT_SIPPSTNConferencingSetting

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_SIPPSTNConferencingSetting
{
  [key] string Backend;
  string ExternalURL;
  [key] string InstanceID;
  string InternalURL;
  uint32 PinExpiration;
  uint32 PinLength;
  uint32 PinRetries;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPPSTNConferencingSetting 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.

    The Backend property does not map to the Front End Server Properties dialog box.

  • ExternalURL
    Data type: string

    Access type: Read/Write

    Optional. The URL to the Dial-in Conferencing Web page for users that are logging in from outside the corporate network.

    The ExternalURL property does not map to the Front End Server Properties dialog box.

  • 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 property does not map to the Front End Server Properties dialog box.

  • InternalURL
    Data type: string

    Access type: Read/Write

    Optional. The URL to the Dial-in Conferencing Web page for users that are logging in from inside the corporate network.

    The Backend property does not map to the Front End Server Properties dialog box.

  • PinExpiration
    Data type: uint32

    Access type: Read/Write

    Required. The number of days that a PIN is valid.

    The minimum value for this property is 0 and the maximum value is 1095.

    The PinExpiration property maps to the Enable PIN Expiration checkbox and the PIN expires after (days) text box in the Front End Server Properties dialog box.

  • PinLength
    Data type: uint32

    Access type: Read/Write

    Required. The minimum number of numeric digits required to create a PIN for dial-in conferencing.

    The minimum value for this property is 3 and the maximum value is 24.

    The PinLength property maps to the Min. personal PIN length (3-24) text box in the Front End Server Properties dialog box.

  • PinRetries
    Data type: uint32

    Access type: Read/Write

    Required. The maximum number of times that a user can enter the wrong PIN before dial-in conferencing is disabled for the user account.

    The minimum value for this property is 1 and the maximum value is 128.

    The PinRetries property maps to the Total number of retries text box in the Front End Server Properties dialog box.

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::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flags:

    • WBEM_FLAG_UPDATE_ONLY

    • WBEM_FLAG_CREATE_OR_UPDATE

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