Castlewood
asked on
How to have Global Address List updated immediately?
We have only one OU on an Exchange 2010. We need to change a user's email address and want to get it updated immediately on the Global Address List so the new address can be taken into effective right away.
I've changed his address in Recipient Config/ Mailbox and then did the Download Address Book in the users' Outlook. But his email address is still not updated in Outlook. Did I miss anything?
I've changed his address in Recipient Config/ Mailbox and then did the Download Address Book in the users' Outlook. But his email address is still not updated in Outlook. Did I miss anything?
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
It take time for update to show in Outlook: http://support.microsoft.com/kb/841273
Q5: How frequently is the offline address book updated on the Outlook client?
A5: If left constantly running, Outlook in cached mode automatically updates the offline address book on the client every 24 hours. The 24-hour time period is measured from the time that the offline address book was last downloaded successfully. For example, if you complete an offline address book download at 09:00 today, Outlook will start the offline address book download the next day at approximately 09:00. Therefore, different people will receive updates at different, random times.
ASKER
This is a little confusing then.
Look, the EMS command actually updated the GAL already. and I do know how to manually download Global Address Book in Outlook. If the GAL has been updated and the diffential file is updated ready how come after I manually download the GAB and still see no update in Outlook?
Look, the EMS command actually updated the GAL already. and I do know how to manually download Global Address Book in Outlook. If the GAL has been updated and the diffential file is updated ready how come after I manually download the GAB and still see no update in Outlook?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
The wrong command was given above.
To force an update of the OAB you need to run
get-offlineaddressbook | update-offlineaddressbook
However you will not be able to force the clients to download the OAB automatically.
If it works in OWA then the change is active, it is just the OAB that is out of date.
Simon.
To force an update of the OAB you need to run
get-offlineaddressbook | update-offlineaddressbook
However you will not be able to force the clients to download the OAB automatically.
If it works in OWA then the change is active, it is just the OAB that is out of date.
Simon.
ASKER
Found the cause: I need to delete the all .oab files on this pc.
Both of the following commnads seems to be working the same in this case.
Get-GlobalAddressList | Update-GlobalAddressList
get-offlineaddressbook | update-offlineaddressbook
Both of the following commnads seems to be working the same in this case.
Get-GlobalAddressList | Update-GlobalAddressList
get-offlineaddressbook | update-offlineaddressbook
ASKER
What could be wrong?