PDQ deploy and running powershell script
Our current situation => Domain with powershell ExecutionPolicy "restricted" When i run powershell scripts localy on a workstation => script runs ok but when i run this powershell script via PDQ deploy => script doesn't run I changed the excutionpolicy via gpo to AllSigned but no difference. Also tested the differend "Run as" modes.
I have problably forgotten some configuration? Thank you.
example of powershell script: Get-AppxPackage skype | Remove-AppxPackage Get-AppxPackage onenote | Remove-AppxPackage Get-AppxPackage officehub | Remove-AppxPackage Get-AppxPackage windowsstore | Remove-AppxPackage
Comments
Is the PS in same version level in all machines?