-
This is something I have been working on that has been incredibly helpful to enable end-users/IT Staff to easily run reports based on PowerShell. In fact, the entire website is coded IN PowerShell and rides on top of an ASP.Net Core "shim" I wrote that routes all web requests to a file called "controller.ps1" (https://github.com/huntsman95/AspnetCorePWSH). Originally I wrote an oldschool CGI module this ran on top of (also in my github) but quickly realized the limitations of CGI and how slow it is. Projects like Polaris unfortunately have been abandoned but ASP.Net Core and the PowerShell SDK likely will be supported for a long time.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Pode
Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers
-