Showing posts with label cache. Show all posts
Showing posts with label cache. Show all posts

Friday, February 18, 2011

Script to clear Outlook email address cache

This script searches XP/Vista/Windows 7 profiles for the Outlook cache file *.NK2 and renames it to .Bak thereby clearing the Outlook email address cache.

Run this script on the client system to clear the cache for all profiles.

New beginner's guide to PowerShell on my GitHub page

 I created a beginner's guide to PowerShell here: https://github.com/aamjohns/Powershell_Guide/blob/main/README.md I hope it helps someo...