Welcome to MSDN Blogs Sign in | Join | Help

Windows Management Infrastructure Blog

Managing your IT infrastructure remotely, securely, reliably and efficiently

Browse by Tags

All Tags » Tips & Tricks   (RSS)
How to extend WMI Provider unload time?
1. Extend the Provider Unload time __win32provider Instance: UnloadTime = <CIM_Datetime for interval http://msdn.microsoft.com/en-us/library/aa387237(VS.85).aspx > For example: instance of __Win32Provider { CLSID = "{41ED66D6-53DC-4475-9765-B69FBC84CD28}"; Read More...
Writing WMI providers FAQ series - 2 - When a provider doesn’t support enumeration what will be the impact for the WMI consumer?
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...
Writing WMI providers FAQ series - 1 - If a provider doesn’t support query capabilities, how is the query handled by WMI?
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...
WMI: Remote query for Win32_Product class results in ‘Generic Failure’ error (0x80041001)
Here’s an issue that some of our WMI enthusiasts have been seeing in the field. When remotely querying the Win32_Product class to determine what software is installed on a Windows XP or Windows Server 2003 system, a “Generic Failure” (0x80041001) error Read More...
BITS Compact Server & WMI provider
BITS Compact Server is a simple and secure HTTP / HTTPS server. BITS Compact Server exposes COM API for configuration. It can also be configured through a WMI provider. Features: 1. HTTP / HTTPS file server, for ad-hoc file hosting. It is not intended Read More...
WMI Feature Announcement
Changes were made to Windows platforms to help provide more security for the WMI provider host process (wmiprvse.exe). These changes introduce three new group policies and two running modes for the WMI shared host, which are called secure and compatible. Read More...
Association Traversal Using WSMan cmdlets
First let us review the concept of “CIM/WMI association”, then we’ll show examples on how to perform association traversal using WSMan-related cmdlets. Please note this is a generic discussion about association traversal but targeting Win7 implementation. Read More...
Forwarding security related events from XP, Win2k3, Vista using WinRM (WSMan) event forwarding
Procedure for forwarding system and application logs from a given winrm endpoint can be found at http://blogs.technet.com/otto/default.aspx In order to forward security events, the following needs to be done at the endpoint: If endpoint is Vista, WS08: Read More...
Searching for WMI classes
Working with WMI can be difficult if I don’t know what I am looking for exactly. Most of the time I know the management entity I am interested in but not the WMI class that can provide this management information. It is easy to discover the classes in Read More...
How to use WSMan config provider for certificate authentication
WSMan Client certificate authentication is primarily used in non-domain cases: client can specify certain certificate as credential, after authentication each other, it’s mapped to a local account on the server, meaning the WinRM service runs under the Read More...
Three ways to configure WinRM listeners.
Configure WinRM Listeners through Quick Configure. 1. Configuration HTTP listener and other actions to enable this machine for remote management: winrm qc 2. Configuration HTTPS listener and other actions to enable this machine for remote management: Read More...
WMI Event -&gt; Windows Event on File Create?
Here are 2 scripting options that demonstrate how to create a Windows Event from a WMI Event when a new file is created. Use the following sites for reference: Details on the WMI Event Watcher Task: http://msdn.microsoft.com/en-us/library/ms141130.aspx Read More...
Accessing WMI data via WinRM
Windows Remote Management, better known as WinRM , provides an easy to use firewall friendly way to access Windows Management Instrumentation ( WMI ) data across different systems, using SOAP over HTTP protocol. In a nutshell, WMI represents management Read More...
Page view tracker