I want to collect data via a webpage using ASP.NET Core 2.0, and on save/create, call PowerShell to go complete the work, and update the site that the work is complete. In full ASP.NET you could ...
The ASP page contains a textbox, which is pulled as a parameter to the powershell script. Output from the ps1 script is catched and displayed back to the web page. The script itself will generate ...