Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.

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

0

Comments

1 comment
Date Votes
  • Is the PS in same version level in all machines?

    0