Skip to main content

Posts

Showing posts with the label WMI Event Watcher

Detecting Management Events using .Net

Namespace: System.Management ConnectionOptions Specifies all settings required to make a WMI connection Authentication Gets or sets the COM authentication level to be used for operations in this connection. Authority Gets or sets the authority to be used to authenticate the specified user. Context  Gets or sets a WMI context object. This is a name-value pairs list to be passed through to a WMI provider that supports context information for customized operation. (Inherited from ManagementOptions.) EnablePrivileges Gets or sets a value indicating whether user privileges need to be enabled for the connection operation. This property should only be used when the operation performed requires a certain user privilege to be enabled (for example, a machine restart). Impersonation Gets or sets the COM impersonation level to be used for operations in this connection. Locale Gets...