MSFT_SIPMeetingScheduleSetting

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 scheduled meetings limits for users in a specified pool.

The property values for the MSFT_SIPMeetingScheduleSetting class map to the settings found on the General tab of the Web Component Properties dialog box. You can access these values in the Office Communications Server 2007 R2 Administration Tool by right-clicking the name of an Enterprise Edition pool or Standard Edition server, pointing to Properties, and then clicking Web Component Properties. In the Web Component Properties dialog box, click the General tab. Note that these setting sapply only to the specified pool or server.

MSFT_SIPMeetingScheduleSetting

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_SIPMeetingScheduleSetting
{
  [key] string Backend;
  boolean DefaultAdmissionTypeAnonymous;
  [key] string InstanceID;
  uint32 MaxMeetingLength;
  uint32 MaxScheduledMeetingsPerUser;
  string Organization;
  uint32 UnAuthenticatedUserGracePeriod;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPMeetingScheduleSetting 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 Edge Server or Proxy Server roles.

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

    The value for this property depends upon 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 Web Component Properties dialog box.

  • DefaultAdmissionTypeAnonymous
    Data type: boolean

    Access type: Read/Write

    Required: Specifies whether the default meeting admission type for meetings scheduled by users in the pool is anonymous.

    When this property is set to True, the default meeting admission type is anonymous. When this property is set to False, the default meeting admission type is authenticated.

    The DefaultAdmissionTypeAnonymous property maps to the Default admission type option buttons in the Web Component 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 Web Component Properties dialog box.

  • MaxMeetingLength
    Data type: uint32

    Access type: Read/Write

    Required. Specifies the maximum length in hours of any meeting without join activity.

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

    The default value is 24.

    The MaxMeetingLength property does not map to the Web Component Properties dialog box.

  • MaxScheduledMeetingsPerUser
    Data type: uint32

    Access type: Read/Write

    Required. Specifies the maximum number of meetings that a user can schedule.

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

    The default value is 1000.

    The DefaultAdmissionTypeAnonymous property maps to the Maxmimum scheduled meetings per user text box in the Web Component Properties dialog box.

  • Organization
    Data type: string

    Access type: Read/Write

    Optional. Specifies the name of the organization.

    This is used in the text of meeting invitations generated by Microsoft Office Outlook Conferencing Addin.

    The value of this property is not case-sensitive. The maximum length of the string is 256 characters.

    The default value is Corporation.

    The Organization property maps to the Organization text box in the Web Component Properties dialog box.

  • UnAuthenticatedUserGracePeriod
    Data type: uint32

    Access type: Read/Write

    Required. Specifies the number of minutes that anonymous or federated users can stay in the meeting without any authenticated user in the meeting.

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

    The default value is 10.

    The UnauthenticatedUserGracePeriod property does not map to the Web Component 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 pool.

Instances of this class support the following interface methods:

  • 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, Front End Server, Web Components Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference