Top "Wmi-query" questions

Query over the content of CIM repository on Windows Machines that uses WQL (Windows Management Instrumentation Query Language ).

WMI - select from Win32_Product takes a long time

I am enumerating installed applications using WMI, and this block is taking a relatively long time to complete no matter …

c# wmi wmi-query
WMIprvse process leaks memory on 2008 server R2

I have a Windows 2008 R2 server running on a VM machine. My .NET service is running on this server periodically …

windows windows-server-2008 wmi wmi-query wmi-service
Alternative to Win32_Product?

After playing around with querying Win32_Product to find a software version, I couldn't understand why the results were so …

windows powershell wmi-query
using WMI to uninstall applications remotely

I am trying to write a mini w32 executable to remotely uninstall an application using WMI. I can list all …

c# wmi uninstallation wmi-query
WQL does not support TOP - need workaround

WQL (basically SQL for WMI) does not support a TOP or LIMIT keyword. Sql Server used TOP and many other …

sql wmi wmi-query wql
how to get hardware-id for a network adapter programmatically in C#

I need to query the Hardware-Id for a network adapter using C#. Using the System.Management i can query the …

c# wmi-query
Reference to type 'Component' claims it is defined in 'System'

Trying to get some WMI objects in a UWP application. Running VS2015 on .net 4.6. I'm getting errors for the ForEach …

c# uwp wmi-query system.management
PowerShell/WMI power management

I'm new to Windows power management and even newer to WMI, but always welcome a learning opportunity. Using PowerShell and …

powershell wmi power-management wmi-query
Getting RPM from HDD and if disk is SSD or not in vb.net

As the title says it, i am working in vb.net and trying to get the RPM of my hard …

vb.net wmi-query
Find the SCCM Distribution point where the software packages reside

We're trying to find the hostname of the SCCM server that contains the packages/software that can be installed on …

powershell wmi wmi-query sccm