Hi all,
I am in coexistence with 2007 and 2013, I just finished migrating all my mailboxes over to 2013 as well as Public Folders.
I issued the following commands to update AD Objects:
Get-EmailAddressPolicy | Set-EmailAddressPolicy
Get-GlobalAddressList | Set-GlobalAddressList
Get-AddressList | Set-AddressList
Get-DistributionGroup | Set-DistributionGroup
My address lists / GAL do not seem to be updating on the regular schedule. When adding new users, they will show up in the All Users address list but nowhere else.
I am having to run the following three commands to manually update everything every day at this point:
Get-GlobalAddressList | UpdateGlobalAddressList
Get-AddressList | UpdateAddressList
Get-OfflineAddressBook | UpdateOfflineAddressBook
Do I need to re-create my GAL or Address Lists at this point?