MSFT_SIPTrustedMCUSetting

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 Multipoint Control Units (MCUs) that are trusted globally by all computers running Office Communications Server in the enterprise.

The properties in the MSFT_SIPTrustedMCUSetting class do not map directly to the Office Communications Server 2007 R2 Administration Tool. However, some of these property values can be viewed using the Active Directory Sites and Services snap-in. To view values for the MSFT_SIPTrustedMCUSetting class open Active Directory Sites and Services, expand Services, expand RTC Service, and then click Trusted MCUs. Right-click one of the entries and then click Properties. In the Properties dialog box, click the Attribute Editor tab.

MSFT_SIPTrustedMCUSetting

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_SIPTrustedMCUSetting
{
  string FQDN;
  string GRUU;
  string GruuID;
  [key] string InstanceID;
  string Type;
  string Vendor;
  uint32 Version;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPTrustedMCUSetting class has the following properties.

  • FQDN
    Data type: string

    Access type: Read-only

    Required. This attribute is a string value that contains the FQDN of the MCU. This is a single-valued attribute. The valid value for each segment is 63 characters; the valid value for the entire FQDN is 255 characters.

    The value must be an FQDN. An IP address is not allowed.

    The FQDN property does not map to the Properties dialog box.

  • GRUU
    Data type: string

    Access type: Read-only

    Optional. Specifies the Globally Routable User Agent URI (GRUU) that can be used to route SIP packets to this server.

    The GRUU property does not map to the Properties dialog box.

  • GruuID
    Data type: string

    Access type: Read-only

    Optional. Reserved.

    The system uses this property to construct a GRUU identifier instead of using an Active Directory object GUID. Leave this property in its default NULL state.

    The GRuuID property does not map to the 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 Properties dialog box.

  • Type
    Data type: string

    Access type: Read-only

    Required. Indicates the medium that the MCU can handle.

    Supported valid types are:

    • meeting

    • audio-video

    • chat

    • phone-conf

    Other types can be provided by other vendors.

    The Type property maps to the msRTCSIP-MCUType attribute in the Properties dialog box.

  • Vendor
    Data type: string

    Access type: Read-only

    Required. Specifies an MCU vendor name. All Microsoft MCUs specify this property as Microsoft Corporation.

    The Vendor property maps to the msRTCSIP-MCUVendor attribute in the Properties dialog box.

  • Version
    Data type: uint32

    Access type: Read-only

    Required. Specifies the MCU version number.

    The Version property maps to the msRTCSIP-MCUTrustedServerVersion attribute in the Properties dialog box.

Remarks

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

Instances of this class support the following interface methods:

  • Provider::EnumerateInstances();

  • Provider::PutInstance();

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