Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Suggestion between System.Management & Microsoft.Management.Infrastructure #47

Open
ms-chre opened this issue Apr 22, 2020 · 0 comments

Comments

@ms-chre
Copy link

ms-chre commented Apr 22, 2020

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 to get system information, execute remote reboot commands etc.

I found out that .NET provides two namespaces, System.Managament & Microsoft.Managament.Infrastructure to access WMI. MMI is modern namespace when compared to System.Management according to MSDN

However, I would like to know which namespace is recommended now and this is for new solution.

There were many issues like dotnet/runtime#29663 and dotnet/runtime#24803. But there is no solid recommendation on what Namespace to use.

What namespace is recommended ?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant