Share via


MSFT_SIPLoadedExtensionModuleElement

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.

Indicates the status of the Office Communications Server User Services (registrar).

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

MSFT_SIPLoadedExtensionModuleElement

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_SIPLoadedExtensionModuleElement
{
  string ExecutionStatus;
  [key] string InstanceID;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPLoadedExtensionModuleElement class has the following properties.

  • ExecutionStatus
    Data type: string

    Access type: Read/Write

    Required. Specifies the status of the Office Communications Server User Services (registrar).

    The value of this property is not case-sensitive.

    Value

    Description

    Started

    Office Communications Server User Services, archiving agent, or application services is running.

    Stopped

    Office Communications Server User Services, archiving agent, or application services is not running.

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

Remarks

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

All instances of this class are created and deleted during setup and are updated by Office Communications Server to reflect the running state.

Instances of this class support the following interface methods:

  • Provider::EnumerateInstances();

  • Provider::GetObject();

  • Provider::PutInstance();

    Where PutInstance() supports the following flags:

    • WBEM_FLAG_UPDATE_ONLY

    • WBEM_FLAG_CREATE_OR_UPDATE

Requirements

Server: Installed on computers serving the following roles: Access Edge Server, Front End Server, and Proxy Server.

Namespace: Defined in \root\cimv2.

See Also

Concepts

Office Communications Server WMI Reference