Skip to main content

Have been testing out running some PS scripts but nothing seems to be sticking with the scripts I’ve tried

 

Curious is anyone here has tried anything that removed Outlook (new) from users profiles and keeps it removed, leaving only Outlook (classic)

 

 

I got this to work with this Worklet Catalog Item: 

Windows - Software Lifecycle - Uninstall Targeted Microsoft Store Apps

 

Around line 41:

# Define the list of app package names to remove
$appList = @(
"Outlook"
)

I have tested and it does not delete other versions of Outlook as they are not Microsoft Store Apps. I hope this helps!

 


Reply