MSFT_SIPESServerSetting

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 the specific Office Communications Server settings that pertain to enterprise services.

MSFT_SIPESServerSetting

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_SIPESServerSetting
{
  boolean ESInstalled;
  string FQDN;
  string HomeServerDN;
  boolean HomeUsers;
  [key] string InstanceID;
  uint32 MajorVersion;
  uint32 MinorVersion;
  string PoolDN;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPESServerSetting class has the following properties.

  • ESInstalled
    Data type: boolean

    Access type: Read-only

    Required. Indicates whether Enterprise Services are installed on the server.

    If True, Enterprise Services are installed and Office Communications Server operates as a home server. If False, it is not.

  • FQDN
    Data type: string

    Access type: Read-only

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

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

  • HomeServerDN
    Data type: string

    Access type: Read-only

    Required. The distinguished name (DN) of Office Communications Server. This name must be valid within the domain's Active Directory.

    The value of this property is not case-sensitive.

  • HomeUsers
    Data type: boolean

    Access type: Read-only

    Required. Differentiates the following types of Office Communications Server:

    Server Role

    Value

    Description

    Office Communications Server 2007 R2 Standard Edition and Enterprise Edition

    NULL

    ESInstalled property determines whether the server can host SIP users.

    Live Communications Server 2003 Home Server

    True

    The server can host SIP users.

    Live Communications Server 2003 Front End Server or Forwarding Proxy

    False

    The server cannot host SIP users.

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

  • MajorVersion
    Data type: uint32

    Access type: Read-only

    Required. The major Office Communications Server version number.

    Value

    Description

    2

    Office Live Communications Server 2005

    3

    Office Communications Server 2007

    4

    Office Communications Server 2007 R2

  • MinorVersion
    Data type: uint32

    Access type: Read-only

    Required. The minor Office Communications Server version number.

    Value

    Description

    0

    Original release to market

    1

    Service Pack 1 release

    The default value is 0.

  • PoolDN
    Data type: string

    Access type: Read-only

    Required. The distinguished name (DN) of the pool to which the server belongs.

    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::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

Requirements

Server: Installed on computers serving the following roles: Administrative Tools Server, Front End Server, and Proxy Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference