I came across these two sites and wanted to try and implement:
Problem is, with our security we don’t allow regular users to run powershell scripts…
I was wondering if there’s anyway to use PSADT to deploy? I tried
Execute-Process -Path "$PSHOME\powershell.exe" -Parameters "-ExecutionPolicy unrestricted -file $dirFiles\Toast_Notify.ps1"
But it didn’t work… No errors, just nothing happened… Then I wondered if it’s not possible with our security, is it possible to accomplish what they are doing with PSADT alone? PSADT I know uses toast notifications with custom icons and messages and what not…