SharpNetSH
SharpNetSH copied to clipboard
A simple netsh library for C#
The last commit in this repository is created on Jul 13, 2017. Is this repository status in dormant?
Currently, this code does not allow for local execution against a remote computer. There is no corollary for something like `netsh -r hostname -u domain\username -p password http show sslcert`
Currently, using `Method("Local Area Network")` will result in `... method argument=Local Area Network`. Doing so will result in an error because how the parsing of the cmd works. In your...
Hi, Do you still maintain this repo? I ported `ActionProxy` to netstandard using `DispatchProxy`
It would be great if I could just include it with nuget rather than track the git repo. Current version on Nuget is 2.0.5 from September 2015. There are lot...
Make readme.md file easier to read
We introduced the dynamic response processors to clean up maintainability of the project - but we have not unit tested them. We need to write unit tests to ensure that...
Hi, Robert! I upgraded locally the project to .Net 8. May I push the code to a new branch? Here is the message I get: `"C:\Program Files\Git\bin\git.exe" push --recurse-submodules=check --progress...