Welcome to MSDN Blogs Sign in | Join | Help

Windows Management Infrastructure Blog

Managing your IT infrastructure remotely, securely, reliably and efficiently
Troubleshooting WMI providers using MSFT_Providers class

MSFT_Providers is a troubleshooting class which contains configuration information for providers.  This class can be pretty handy while troubleshooting provider issues.

 

For eg. Suppose you want to know which wmiprvse process is your provider loaded in, you could use HostProcessIdentifier property –

 

select HostProcessIdentifier from Msft_Providers where provider="ProviderName"

 

or, you could use load and unload methods of this class to force a provider to load/unload while trying to reproduce a scenario.

 

More information at MSDN.

 

 

Kapil Mathur [MSFT]

Posted: Tuesday, September 22, 2009 3:14 AM by kmathur
Filed under: ,

Comments

No Comments

Leave a Comment

(required) 

(required) 

(optional)

(required) 

  
Enter Code Here: Required

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Page view tracker