MSFT_SIPGlobalMeetingSetting

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 whether the meeting policy is globally enforced when scheduling a meeting.

The property values for the MSFT_SIPGlobalMeetingSetting class map to the settings found on the Meetings tab of the Office Communications Server Global Properties dialog box. You can access these values in the Office Communications Server 2007 R2 Administration Tool by right-clicking Forest, pointing to Properties, and then clicking Global Properties. In the Office Communications Server Global Properties dialog box, click the Meetings tab.

MSFT_SIPGlobalMeetingSetting

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_SIPGlobalMeetingSetting
{
  string AllowOrganizeMeetingWithAnonymousParticipants;
  [key] string InstanceID;
  string MeetingPolicy;
  boolean UsePerUserMeetingPolicy;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPGlobalMeetingSetting class has the following properties.

  • AllowOrganizeMeetingWithAnonymousParticipants
    Data type: string

    Access type: Read/Write

    Required. Specifies who is permitted to invite anonymous users to participate in meetings.

    The value of this property is not case-sensitive.

    Value

    Description

    None

    No users in the organization are permitted to invite anonymous users to participate in meetings.

    Everyone

    Everyone in the organization is permitted to invite anonymous users to participate in meetings.

    UsePerUserSetting

    Users in the organization are permitted to invite anonymous users to participate in meetings on a per-user basis.

    The AllowOrganizeMeetingsWithAnonymousParticipants property maps to the Anonymous participants dropdown list in the Office Communications Server Global 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 Office Communications Server Global Properties dialog box.

  • MeetingPolicy
    Data type: string

    Access type: Read/Write

    Required. Specifies the distinguished name of the global meeting policy being enforced.

    The value of this property is not case-sensitive.

    The MeetingPolicy property maps to the Policy definition list box in the Office Communications Server Global Properties dialog box.

  • UsePerUserMeetingPolicy
    Data type: boolean

    Access type: Read/Write

    Required. Specifies whether the meeting policy is applied globally to all users or to specific users on an individual basis.

    The default value is False.

    The UsePerUserMeetingPolicy property maps to the Global policy dropdown list in the Office Communications Server Global Properties dialog box.

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, Audio/Video Conferencing Server, Front End Server, Proxy Server, Web Components Server, and Web Conferencing Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference