MSFT_SIPGlobalPresencePolicyData (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 a collection of presence-related settings and attributes for a presence policy that can be assigned to all users at the global level or to individual users or groups of users. A presence policy is a set of limits and restrictions that affect presence for user or contact objects. Presence policies are configured on a forest-wide basis.

MSFT_SIPGlobalPresencePolicyData

The MSFT_SIPGlobalPresencePolicyData properties do not map to the Administration Tool.

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_SIPGlobalPresencePolicyData
{
  uint32 CategorySubscriptions;
  boolean DefaultPolicy;
  [key] string InstanceID;
  string Name;
  string PolicyDN;
  uint32 PromptedSubscribers;
  string Type;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPGlobalPresencePolicyData class has the following properties.

  • CategorySubscriptions
    Data type: uint32

    Access type: Read/Write

    Required. The maximum number of subscriber category subscriptions.

    A setting of 0 means that the user or contact object cannot be subscribed to by others.

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

  • DefaultPolicy
    Data type: boolean

    Access type: Read-only

    Required. Indicates whether this is the default policy that is applied to users that lack a globally or explicitly assigned policy.

    True indicates that this is the default policy.

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

  • Name
    Data type: string

    Access type: Read/Write

    Required. The name of the policy for this instance of the class.

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

  • PolicyDN
    Data type: string

    Access type: Read-only

    Optional. The Distinguished Name of the policy.

    The value of this property is not case-sensitive.

  • PromptedSubscribers
    Data type: uint32

    Access type: Read/Write

    Required. The maximum number of entries in the prompted subscribers table.

    A setting of 0 means that the user does not get prompted when someone subscribes to his or her presence.

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

  • Type
    Data type: string

    Access type: Read/Write

    Required. Specifies the policy type.

    The value of this property is case-sensitive.

    Value

    Policy Type

    presence

    Presence Policy

Remarks

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

Instances of this class support the following interface methods:

  • Provider::DeleteInstance();

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

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference

Other Resources

Managing Presence Policies