janikvonrotz
4/7/2014 - 4:17 PM

PowerShell: Reset Microsoft website cache #SharePoint #PowerShell

PowerShell: Reset Microsoft website cache #SharePoint #PowerShell

Get-ChildItem "C:\Users\$($env:Username)\AppData\Local\Microsoft\WebsiteCache" | Remove-Item -Force -Recurse