Top "Wmi-query" questions

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

Query WMI remotely with PHP

My current code looks like this: define ( 'CPU_NAME', 'remote_server' ); $obj = new COM ( 'winmgmts:{impersonationLevel=impersonate}//' . CPU_NAME . …

php windows wmi wmi-query
Access WMI via Python from Linux

I'm looking for a way to access the WMI (Windows Management Instrumantation) from a Pythonscript remotely from a Linux machine (…

python linux wmi wmi-query
Powershell function throwing null exception

Okay, so I've read up on calling functions and passing parameters in powershell but maybe I'm not understanding something. I …

function powershell null wmi-query
Determine Network Adapter Type via WMI

I'm using WMI (Win32_NetworkAdapter) and trying to get the details of attached physical network adapters either wired or wireless …

c# .net wmi wmi-query
Powershell get-item VersionInfo.ProductVersion incorrect / different than WMI

I'm trying to understand why Powershell would get back a different version number for a DLL file than what both …

powershell wmi-query wmic versioninfo
Can the physical USB port be identified programmatically for a device in Windows?

I have a USB device that enumerates with a different interface, VID, PID and serial number when commanded to do …

c# windows usb wmi wmi-query
WMI query - CPU LoadPercentage

I´m searching for a better way to get the CPU load in percent with WMI from multiple systems(means …

wmi wmi-query
Explain VBScript WMI query / impersonationLevel, etc

Dim strComputer, objReg, ScriptName, strKeyPath, strValueName, strValue Const HKEY_LOCAL_MACHINE = &H80000002 strComputer = "." Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" &…

vbscript wmi wmi-query
Determine Users Accessing a Shared Folder Using PowerShell

I need to determine the users/sessions accessing a shared folder on a Windows XP (SP2) machine using a PowerShell …

powershell wmi powershell-1.0 wmi-query
c# 'Invalid class' in a simple WMI query

I will like to find some result after this query, but in the beginning of the foreach loop, the error "…

c# windows wmi wmi-query