IServ Package as alternative to iserv-windows-batch to run PowerShell scripts straight from the IServ portal server on a target Windows machine
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.
Jonas Lührig 4f660c26c5 Added missing backticks 3 years ago
README.md Added missing backticks 3 years ago
control First working version 3 years ago
install.ins First working version 3 years ago
logo.png First working version 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-runner on the IServ portal server
  • Run chkdeploy as 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