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.

Trying to remove Windows 10 Mail app with Powershell in PDQ Deploy

Hi Im trying to remove Windows 10 Mail app with Powershell in PDQ Deploy.

I have the following script that works 100% if I run it locally in a win 10 client.

Get-AppxPackage -allusers *windowscommunicationsapps* | Remove-AppxPackage

Here is the command line from the package


%systemroot%\System32\WindowsPowerShell\V1.0\PowerShell.exe -NoLogo -NonInteractive -NoProfile -ExecutionPolicy Bypass

But if I create a package to run the script in PDQ and push to a machine that has the mail app it does run and says successful but the app is still on the machine.

Tried running as local system and deploy user and no difference.

Am I doing something wrong ?

 

1

Comments

1 comment
Date Votes