Get basic information about a remote computer using WMI.
This project also serves as a template for other WMI projects or for Windows client and server management tools.
See in CONTRIBUTING.md
This template includes a minimal usage example that demonstrates how to connect via WMI.
WMIMethods/MachineMethods.cs
— Class that encapsulates operations for the target computer (the WMI target). It contains methods for querying and invoking WMI operations and includes getters/setters and basic interfaces for WMI development.MainWindow.*
— Main window (graphical user interface).ConnectForm.*
— Authentication form where the user enters credentials.
- Add build instructions (how to compile) and a short usage example showing how to run the application.
- Add the target .NET / C# framework version.
- Add a license file if you intend to publish this repository.