MMI icon indicating copy to clipboard operation
MMI copied to clipboard

Results 23 MMI issues
Sort by recently updated
recently updated
newest added

`MMI-CI`: Build MMI: ``` /usr/share/dotnet/sdk/5.0.301/NuGet.targets(131,5): error : Unable to load the service index for source https://www.myget.org/F/dotnet-core/api/v3/index.json. [/home/vsts/work/1/s/src/Microsoft.Management.Infrastructure/Microsoft.Management.Infrastructure.csproj] /usr/share/dotnet/sdk/5.0.301/NuGet.targets(131,5): error : The SSL connection could not be established, see inner exception....

Looking over the code, CimSession.Close is not implemented (has no effect). Same issue with Dispose. That seems like it could be a major problem, though I'm not familiar enough with...

When executing `CimSession.QueryInstances` with a query that only selects some properties, more than the selected properties are returned. Consider the following sample: ```c# using Microsoft.Management.Infrastructure; using System; namespace selectSample {...

Perhaps this is expected. It's hard to find any information about that. My goal is to get some WMI information out of Windows. [System.Management is considered legacy apparently and does...

We are working on remote management solution for an application that runs on Windows . The solution is being written in .NET core and must have capability to access WMI...

We use this library as NuGet package in one of our C# products to access WMIv2 on Windows. Is this best practice or are there better options which are not...

Hi, thanks for your great MMI library! I'm working on a WPF application. And I want to install MMI from NuGet. Then I find I can't install MMI in .NET...

Hi, I'm not sure if I'm in the correct repo, but I see other somewhat similar keywords here. I'm trying to command Windows Server 2016 DHCP server with PowerShell Core...

Why all of CimSession methods called *Async (QueryInstanceAsync/CreateAsync), but realized as Observables?

PR #37 disables 13 tests. They need to be fixed and enabled.