Browse by Tags
All Tags »
Informative (RSS)
The aim of the series is to cover a WMI Provider writing question per post. If you have a question, you'd like the WMI team to answer, do leave a comment. Now, for the answer - If the WMI client requests to enumerate all instances of a class supported
Read More...
The aim of the series is to cover a WMI Provider writing question per post. If you have a question, you'd like the WMI team to answer, do leave a comment. Now, for the answer - Let's take the Win32_Product class supported by the MSI provider as it is
Read More...
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,
Read More...
The “Hey, Scripting Guy! Blog ” is a great resource! The scripting guys blog about great tips, tricks, and solutions for Windows management. Here’s a list of recent WMI and PowerShell related topics: · Can I Query CPU Information with WMI and Windows
Read More...
MSDN link - http://msdn.microsoft.com/en-us/library/aa394053(VS.85).aspx New Security Feature in Windows 7 The following table lists the new Windows Management Instrumentation (WMI) security feature that is available in Windows 7. Feature Description
Read More...
List of new stuff in BITS for Windows 7 Peer caching now uses Windows BranchCache. This new peer caching model replaces the model used for BITS version 3.0. For more information, see Peer Caching . Added a more flexible resource access model that allows
Read More...
The below webcasts are a little old, but still useful - Windows PowerShell and Windows Management Instrumentation (Level 200) Troubleshooting Windows Management Instrumentation with the New Diagnosis Utility (Level 200) Troubleshooting the Windows Management
Read More...
Writing WMI provider in native code has steep learning curve. It involves writing MOF files and implementing methods from IWbemServices and IWbemProviderInit interfaces. Sometimes it becomes difficult and time consuming to debug issues in the WMI provider.
Read More...
A sneak peak at new stuff in WMI in Windows 7. (Continuation of WMI - The story so far ) WMI, Powershell - how well do they gel? Jeffrey Snover mentioned in the Powershell blog a long time back ( http://blogs.msdn.com/powershell/archive/2006/06/26/647038.aspx
Read More...
Babelfish, Grasshoppers and WMI A Babel Fish is a small yellow fish which acts as a universal translator in Hitchhiker’s guide to the Galaxy . It enables the protagonist of the story to talk to all alien species in English. WMI is kind of like that. It’s
Read More...