WebJEA
Pode
WebJEA | Pode | |
---|---|---|
16 | 41 | |
239 | 899 | |
- | 2.3% | |
0.0 | 9.7 | |
about 1 year ago | 5 days ago | |
Visual Basic .NET | PowerShell | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
WebJEA
- How are .ps1 files run as admin by default?
-
AD web request
WebJEA
-
What platform do you use to build self service for other IT?
Webjea https://github.com/markdomansky/WebJEA Use that on a non-dc.
- How to build a website to invoke powershell commands from
-
GUI Website to invoke Powershell to Azure AD/O365
WebJEA is exactly what you're looking for. Give users privileged access to PowerShell scripts in a GUI. https://github.com/markdomansky/WebJEA
-
Easy way to run scripts via GUI?
I’ve been looking into something similar. I’ve come across WebJEA a few times. Looks like the best bet if you want a web UI.
-
Form to Powershell
Another one, purely web based, and free is WebJEA. You get web interface for powershell scripts, IIS is used. The link https://github.com/markdomansky/WebJEA.
-
Interactive ASP.NET dashboard for PS scripts?
Be sure to also check out WebJEA. https://github.com/markdomansky/WebJEA We use this in our org for exactly the reasons you mention. Only thing is it’s not really interactive. You can get creative with the use of script parameters to capture the input you need though, and they have some good examples and templates to work from.
-
A WebJEA query - onloadscript and $WebJeaUserName
So I've read the issue thread here: https://github.com/markdomansky/WebJEA/issues/4
-
Thinking of building a more user friendly version of rundeck that customer support folks can use
markdomansky/WebJEA: WebJEA - Secure Self Service Web Forms from PowerShell Scripts (github.com) (DEMO)
Pode
- Pode – Cross-Platform PowerShell web framework
-
HTTP server in powershell for Sharing files
I use Pode for my little projects. One mocks the api's of a device for testing a module with out having the device exposed to the internet for GitHub actions. Pode also works well under Linux.
-
Web Application for running powershell locally
have a look at those solutions: ScriptRunner PowerShell Universal Pode
-
Non-SysAdmin Use Cases for PowerShell? Basically, any use cases NOT involving network, RDP, system config, IT/LAN admin type stuff?
Some software solutions have arisen from this sort of idea: * https://github.com/Badgerati/Pode * https://ironmansoftware.com/powershell-universal
-
How Do I create secure https://127.0.0.1:8080 instead of http://127.0.0.1 using powershell
Assuming you are trying to use powershell to create a listener for an API, I'd recommend not rolling your own and use PODE. https://badgerati.github.io/Pode/
- How common is powershell used in jobs?
-
GUI w/ powershell scripts
Pode .Net/PowerShell web server
- gui for powershell
-
How to make an API with PowerShell scripts as the back end?
Use the Pode framework. This is pretty much exactly what you need. It's insanely easy as well.
-
How Much Coding in the Life of a DevOps?
You can also build web apps / REST APIs in native PowerShell, using this well-supported community module: https://github.com/Badgerati/Pode
What are some alternatives?
script-server - Web UI for your scripts with execution management
powershell-universal - PowerShell Universal is the ultimate platform for building web-based IT tools.
PowerShell-Script-Menu-Gui - Make a graphical menu of PowerShell scripts with a CSV file. Easy to customise and fast to launch.
Polaris - A cross-platform, minimalist web framework for PowerShell
WebServer - Powershell WebServer is a Powershell module that starts a webserver (without the need for IIS)
Pode.Web - Web template framework for use with the Pode PowerShell web server
PowerShell-Red-Team - Collection of PowerShell functions a Red Teamer may use in an engagement
PS2EXE - Module to compile powershell scripts to executables
small-open-with-win-gui - A powershell converted to an exe to select what program you want to open your file with on double click
RangeHTTPServer - SimpleHTTPServer with support for Range requests