Forum Discussion
GreenixIT
Dec 28, 2020Copper Contributor
Trying to clear Chrome cache and cookies using Intune
Hi guys! First time posting because I am at a loss and am trying to figure out how to do this. I need to clear the Cache and Cookies for Google Chrome on the computers on a schedule. I have Intu...
JanBakkerOrphaned
Jan 04, 2021Iron Contributor
GreenixIT You can make use of the Google Chrome ADMX files and ingest them in Intune (Read more)(ReadMore)
The second option would be to create a scheduled task (via PowerShell script or MSI) that kicks off a script that loops through all profiles deleting the cache and cookie folders. (not recommended)