An open API service indexing awesome lists of open source software.

https://github.com/jtom38/powerdashboard

PowerShell webapp to run scripts from.
https://github.com/jtom38/powerdashboard

dashboard nodejs powershell powershell-core rest

Last synced: 9 months ago
JSON representation

PowerShell webapp to run scripts from.

Awesome Lists containing this project

README

          

# PowerDashboard

Nodejs web server that will run PowerShell scripts for you.

## Install

Download the source.
Extract source to a folder
Open terminal and navigate to the folder.
run 'npm install' this will install node modules
run 'npm run start' to turn on the service.

## New Scripts

Add your .ps1 file to scripts folder.
Open scripts.js in a text editor.