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.

590 B

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