You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
3 years ago | |
|---|---|---|
| README.md | 3 years ago | |
| control | 3 years ago | |
| install.ins | 3 years ago | |
| logo.png | 3 years ago | |
README.md
IServ Package as alternative to iserv-windows-batch to run PowerShell scripts straight from the IServ portal server on a target Windows machine
Installing
- Put all files of this repo into
/srv/deploy/install/powershell-runneron the IServ portal server - Run
chkdeployas root/with sudo - Create the directory that holds the PowerShell scripts:
# mkdir /srv/appdata/powershell-runner
- Adjust directory permissions and ownership so admins can put script files there
# chown pcpatch:admins /srv/appdata/powershell-runner# chmod 0570 /srv/appdata/powershell-runner