Hi,
I want to use the WMI with Powershell to monitor SQL Server events.
And came to know that the WMI creates a service in MSDB (SQL/Notifications/ProcessWMIEventProviderNotification/v1.0 in the msdb database) and then translates the WMI query to Event notifications.
Where this WMI service will be stored in MSDB database?