Global Address book propagation

Anyone clued up on how long it takes an account to 'disappear' from the Global address book after deleting all objects through ADUC (even the AD account itself).
The users name no longer appears in the address book but this is 48hrs later, would be nice to know.
Thanks,
The users name no longer appears in the address book but this is 48hrs later, would be nice to know.
Thanks,
DevOps Engineer and Security Champion. https://blog.pash.by - I am trying to find my writing style, so please bear with me.
Comments
Check out your Recipient Update Service in System Manager and see how it is configured. The propagation will occur after the next update, plus the time required for AD replication to your global catalog servers.
Recent: 11/2019 - RHCSA (RHEL 7); 2/2019 - Updated VCP to 6.5 (just a few days before VMware discontinued the re-cert policy...)
Working on: RHCE/Ansible
Future: Probably continued Red Hat Immersion, Possibly VCAP Design, or maybe a completely different path. Depends on job demands...
AD replication is related, but it depends on how long it takes to get replicated to GC's the Exchange server uses. It doesn't need to replicate to all GC's.
You can do the following in Exchange 2007 to speed it up:
Get-OfflineAddressBook | Update-OfflineAddressBook
Update-FileDistributionService -Identity YourCASHere
You can then go into Outlook, and click the down arrow next to Send Receive and choose to download address book.
For Exchange 2003, all you have to do is go into System Manager, right click the OAB and update. Then go into Outlook and update Address Book.
As HP said, you'll have to wait for replication. You can force AD replication easily by just typing:
repadmin /syncall (need support tools) or going into AD Sites and Services and doing it there.
The exchange server actually is on the main OM and the GC server but now knowing the above, this is great!
Recent: 11/2019 - RHCSA (RHEL 7); 2/2019 - Updated VCP to 6.5 (just a few days before VMware discontinued the re-cert policy...)
Working on: RHCE/Ansible
Future: Probably continued Red Hat Immersion, Possibly VCAP Design, or maybe a completely different path. Depends on job demands...