Share via


MSFT_SIPVersion

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.

Provides WMI version information for Office Communications Server.

The properties in the MSFT_SIPVersion class do not map directly to the Office Communications Server 2007 R2 Administration Tool.

MSFT_SIPVersion

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_SIPVersion
{
  [key] string InstanceID;
  uint32 MajorVersion;
  uint32 MinorVersion;
  uint32 WmiSchemaVersion;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPVersion class has the following properties.

  • 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/Write

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

    Required. The minor Office Communications Server version number.

    Value

    Description

    0

    Original release to market

    1

    Service Pack 1 release

  • WmiSchemaVersion
    Data type: uint32

    Access type: Read/Write

    Required. The version of the WMI schema.

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

    The default value is 45.

Remarks

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

Only one instance of this class can be present.

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, Access Edge Server, Front End Server, Mediation Server, Proxy Server, and Web Components Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference