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.
- Host: GitHub
- URL: https://github.com/jtom38/powerdashboard
- Owner: jtom38
- Archived: true
- Created: 2019-02-07T23:32:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-25T14:44:04.000Z (over 7 years ago)
- Last Synced: 2024-09-29T04:21:53.649Z (almost 2 years ago)
- Topics: dashboard, nodejs, powershell, powershell-core, rest
- Language: CSS
- Size: 1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.