-
I'm able to use `async_query()` in simple tests, but not within an async trait. A simple example:
```rust
#[async_trait]
trait TestWmiTrait {
async fn do_query() -> Result;
}
struct Test…
-
### Issue and Steps to Reproduce
Using the CheckWMI module and querying the Win32_Process class crashed NSClient when a non-existant process name (winsvc.exe in this case) is selected.
```
C:\…
-
Hello,
i am working on reverse engineering the MSI WMI interface, which does provide similar access to the EC:
class WMIEvent : __ExtrinsicEvent {
};
[WMI, Dynamic, Provider("WmiProv"), Loca…
-
Hello,
I use custom queries for radeon load/temperature for example ; using default "gpu temperature" leads to "unavailable" results.
Having created custom sensors with WMI queries, they all app…
-
Does it make sense to add something like this to the Get-DriverPackages.ps1 script to handle Lenovo machines since they use a different naming convention for wmic csproduct get name?
``…
-
`CallNtPowerInformation` and `PROCESSOR_POWER_INFORMATION` combination returns some nominal frequency values, which are not really useful and on some systems could produce really weird values (ex. cur…
-
As part of troubleshooting [an issue](https://github.com/martinlindhe/wmi_exporter/issues/388) encountered with [wmi_exporter](https://github.com/martinlindhe/wmi_exporter), I tried running the [provi…
-
### Summary of the new feature / enhancement
Support:
- set
- export
- delete
- method invocation
### Proposed technical implementation details (optional)
Many WMI classes support methods. W…
-
### Configuration
impacket version: v0.9.24 (same error in v0.9.25)
Python version: 3.8.12
Target OS: Linux
### Debug Output With Command String
i.e.
wmiquery domain/user:password@192…
-
Hi,
I have the ROG STRIX Z790-F GAMING WIFI motherboard and unfortunately LHM does not recognize the built-in Asus EC chip and therefore also the sensors of this chip.
The AsusHW WMI interface proba…