MSFT_ParameterEvent WMI Class

Note Note   

The MOM WMI classes has been deprecated and should not be used when creating new scripts. The WMI classes are included only to support existing scripts.

The MSFT_ParameterEvent WMI class is used only to populate events that are added to MOM with the MSFT_Computer.InsertEventsIntoWorkflow method. This works only for computers that have been created and added through MOM APIs. When creating performance rules to monitor data created by the InsertStatisticsIntoWorkflow method with the MSFT_ParameterEvent class, your rule must use the Script-Generated Data provider.

The MSFT_ParameterEvent class does not provide access to data for existing MOM events. Event data in MOM must be accessed using SDKEventView.

The MSFT_ParameterEvent class supports the following WMI methods.

Method Supported?
GetObjectAsync_ No
PutInstanceAsync_ No
DeleteInstanceAsync_ No
CreateInstanceEnumAsync_ No
ExecQueryAsync_ No
ExecMethodAsync_ No

Properties

Name Description

Category

Gets the category of the event.

EventNumber

Gets the number of the event.

EventSource

Gets the name of the service that generated the event.

Message

Gets the descriptive message associated with the event.

UserName

Gets the user account name for the process that generated the event.

UTCTime

Gets the time when the event occurred.

Requirements

Platforms: Requires Windows 2000 Server or later

Version: Requires MOM 2000 SP1 or later

See Also

MOM WMI Classes | Working with Non-Windows Systems | SDKEventParametersView | MSFT_Computer.InsertEventsIntoWorkflow Method