Share via


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

Contains information about a Conference Directory that is associated with a pool. Office Communications Server2007 R2 uses Conference Directory objects to assign a unique public switched telephone network (PSTN) conference ID to each dial-in conference Uniform Resource Identifier (URI) and to locate a Web conference by using its PSTN conference ID. In Office Communications Server2007 R2, a Conference Directory is created as a service on each Front End Server in each pool when the pool is created. The Conference Directory may be moved to a different pool if its pool must be removed or deactivated. Conference Directories

MSFT_SIPConferencingDirectoryData

The MSFT_SIPConferencingDirectoryData class properties map to the details pane on the Office Communications Server2007 R2 administrative console. To view Conference Directories currently assigned to a pool, expand expand the Enterprise or Standard Edition pool, and then expand Assigned Conference Directories. To view Conference Directories that are currently not assigned to a pool, expand Unassigned Conference Directories.

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_SIPConferencingDirectoryData
{
  string ConferencingDirectoryDN;
  uint32 ConferencingID;
  [key] string InstanceID;
  string PoolDN;
  string TargetServerDNIfMoving;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPConferencingDirectoryData class has the following properties.

  • ConferencingDirectoryDN
    Data type: string

    Access type: Read-only

    Required. The distinguished name for the Conference Directory. The ConferencingDirectoryDN value does not appear in the Administration Tool.

    The value of this property is not case-sensitive.

  • ConferencingID
    Data type: uint32

    Access type: Read-only

    Required. The pool ID for a Conference Directory. Maps to the Assigned Conference Directories column in the details pane of the Office Communications Server2007 R2 administrative console.

    A PSTN meeting ID encodes this identifier along with a local index, allowing the pool to be identified from a meeting ID.

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

  • InstanceID
    Data type: [key] string

    Access type: Read-only

    Required. A GUID value that uniquely identifies an instance of this class. The InstanceID value does not appear in the Administration Tool.

    The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

  • PoolDN
    Data type: string

    Access type: Read/Write

    Optional. The distinguished name of the pool to which the Conferencing Directory is assigned. The PoolDN value does not appear in the Administration Tool.

    The value of this property is not case-sensitive.

  • TargetServerDNIfMoving
    Data type: string

    Access type: Read-only

    Optional. The distinguished name of the target pool to which the Active Directory Conferencing Object is moving. The TargetServerDNIfMoving value does not appear in the Administration Tool.

    This property is set only while a move is in progress and is NULL at all other times. After a move succeeds, the PoolDN property assumes this value and all PSTN meetings that incorporate the Conferencing Directory’s ConferencingID belong to the target pool.

    The value of this property is not case-sensitive.

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 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

Other Resources

Managing Conference Directories