Forum Discussion
MacOxford
Jul 19, 2021Copper Contributor
Group policy setting to manage IE Mode cache
Hi sorry if this has been answered as I have not found an article that addresses this issue. I have a need in our organization to manage the setting "Clear browsing data for Internet Explorer" for ou...
NPGMark
Jun 22, 2022Copper Contributor
I am looking to do this also, have moved legacy app to Edge in IE mode but no way of clearing down the cache that i can see, has anyone made progress with this? MacOxford
- ETPhoneHomeAug 04, 2022Copper Contributor
you could use powershell
Remove-Item 'C:\Users\*\AppData\Local\Microsoft\Windows\INetCache\IE' -Recurse -Force
or (trying this tonight...) add an http header to the site which will tell the clients to flush cache immediately. In IIS it might be as simple as...clicking on the gui for HTTP Response Headers.
otherwise, more info here: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Clear-Site-Data