Provider Configuration and Troubleshooting Classes
The MSFT_Providers class and the WMI troubleshooting classes are a group of the MSFT event classes coupled to WMI provider events.
The MSFT_Providers class contains configuration information for providers and includes the following methods that allow you to load and unload providers, or suspend and resume provider operations:
- Load Method of the MSFT_Providers Class
- UnLoad Method of the MSFT_Providers Class
- Resume Method of the MSFT_Providers Class
- Suspend Method of the MSFT_Providers Class
The WMI troubleshooting classes are named to indicate whether the event is fired before or after a provider event. For example, the MSFT_WmiProvider_AccessCheck_Pre object is generated immediately before calling the provider's implementation of IWbemEventSecurity::AccessCheck, while the MSFT_WmiProvider_AccessCheck_Post object is called immediately after.
Related topics