T
Travis_1983
Guest
Hi there,
I've tried removing this app using Group Policy (Log On) + Powershell however it's not having any effect.
Can someone confirm if GPO would work for versions:
Microsoft Windows 10 Pro, 64-bit (build 17763)
Microsoft Windows 10 Enterprise, 64-bit (build 17134)
The script I'm using is: get-appxpackage *microsoft.windowscommunicationsapps* -AllUsers | remove-appxpackage
I've tried including ExecutionPolicy Bypass (and tried to have it run the PS script from a network share using a .bat file)
Just can't seem to get anything to work. Anyone in similar position?
Thanks.
More...
I've tried removing this app using Group Policy (Log On) + Powershell however it's not having any effect.
Can someone confirm if GPO would work for versions:
Microsoft Windows 10 Pro, 64-bit (build 17763)
Microsoft Windows 10 Enterprise, 64-bit (build 17134)
The script I'm using is: get-appxpackage *microsoft.windowscommunicationsapps* -AllUsers | remove-appxpackage
I've tried including ExecutionPolicy Bypass (and tried to have it run the PS script from a network share using a .bat file)
Just can't seem to get anything to work. Anyone in similar position?
Thanks.
More...