D
Deen of London
Guest
We currently have a Web proxy portal filtering policy to block client access to Web based email solutions, so clients will get an onscreen message via their browsers that access is denied.
How do I block / stop clients on Windows 10 & Win 7 from setting up Gmail, Yahoo etc client via Windows mail to access their cloud emails.
I've tried both listed Powershell commands on Windows 10, with no joy, although it did intermittently appear to work for a minute. And how would I get it to work on Windows 7.
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.windowscommunicationsapps | Remove-AppxPackage
More...
How do I block / stop clients on Windows 10 & Win 7 from setting up Gmail, Yahoo etc client via Windows mail to access their cloud emails.
I've tried both listed Powershell commands on Windows 10, with no joy, although it did intermittently appear to work for a minute. And how would I get it to work on Windows 7.
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Get-AppxPackage -AllUsers -Name Microsoft.windowscommunicationsapps | Remove-AppxPackage
More...