## 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`