MSFT_SIPTrustedMRASServer

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.

Represents an entry for a trusted Media Relay Authentication Service (MRAS) server.

The property values for the MSFT_SIPTrustedMRASServer class map to the settings found on the Edge Servers 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 Edge Servers tab.

MSFT_SIPTrustedMRASServer

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_SIPTrustedMRASServer
{
  string FQDN;
  [key] string InstanceID;
  uint32 Port;
  boolean Routable;
  string[] ServerReference;
  string TrustedServiceDN;
  string Type;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPTrustedMRASServer class has the following properties.

  • FQDN
    Data type: string

    Access type: Read/Write

    Required. The fully qualified domain name (FQDN) of Office Communications Server.

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

    The FQDN property maps to the A/V Edge Server -- FQDN setting in the Office Communications Server Global Properties dialog box.

  • InstanceID
    Data type: [key] string

    Access type: Read-only

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

  • Port
    Data type: uint32

    Access type: Read/Write

    Required. The port that is used to communicate with the MRAS server.

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

    The Port property maps to the A/V Edge Server -- Port setting in the Office Communications Server Global Properties dialog box.

  • Routable
    Data type: boolean

    Access type: Read/Write

    Required. Determine whether Office Communications Server is authorized to route to this MRAS server using its GRUU address.

    If this property is set to True, Office Communications Server is authorized to route to this service. If this property is set to False, Office Communications Server is not authorized to route to this service.

    The Routable property does not map to the Office Communications Server Global Properties dialog box.

  • ServerReference
    Data type: string[]

    Access type: Read-only

    Optional. A list of the servers that refer to this trusted server.

    The ServerReference property does not map to the Office Communications Server Global Properties dialog box.

  • TrustedServiceDN
    Data type: string

    Access type: Read-only

    Optional. The distinguished name of the trusted service.

    The TrustedServiceDN property does not map to the Office Communications Server Global Properties dialog box.

  • Type
    Data type: string

    Access type: Read/Write

    Required. Specifies the server type.

    The value of this property is case-sensitive. The only acceptable value is MRAS.

    The Type property does not map to the Office Communications Server Global 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::DeleteInstance();

  • Provider::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flag:

    • WBEM_FLAG_CREATE_ONLY

Requirements

Server: Installed on computers serving the following roles: Administrative Tools Server, Audio/Video Conferencing Server, Front End Server, and Mediation Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference