When a new email address is added to our company's Exchange server it doesn't show up immediately on my Outlook, and that it's because of the "cached mode".

You can use script below to fix the issue:

@echo off

#Removes offline address books on Windows 7, 8, Vista
IF EXIST C:\Users\%username%\AppData\Local\Microsoft\Outlook\Offline Address Books (
          RD /q /s "C:\Users\%username%\AppData\Local\Microsoft\Outlook\Offline Address Books"
     ) ELSE (
          :skip
     )

#Removes offline address books on Windows XP

IF EXIST C:\Documents and Settings\%username%\Local Settings\Application Data\Microsoft\Outlook\Offline Address Books (

          RD /q /s " C:\Documents and Settings\%username%\Local Settings\Application Data\Microsoft\Outlook\Offline Address Books"

     ) ELSE (

          :skip

     )

:exit


Google AdSence

AUST IT - Computer help out of hours, when you need it most.

Find out why we do it for less.

About

AUST IT will help you resolve any technical support issues you are facing onsite or remotely via remote desktop 24/7. More...

Contacts

Reservoir, Melbourne,
3073, VIC, Australia

Phone: 0422 348 882

This email address is being protected from spambots. You need JavaScript enabled to view it.

Sydney: 0481 837 077

Connect

Join us in social networks to be in touch.

Newsletter

Complete the form below, and we'll send you our emails with all the latest AUST IT news.