I created an exchange mailbox early 2019 and deleted it in december 2019 I think. Then I re-created AD and exchange account with same name and same email address in september 2020. Since, we have difficulties to send email to this person because it seems that sometimes outlook use the old UID instead of the new.
I tried to use contact in "All address list" instead of "Global address list" and I think it is better but, I always have this problem again after few weeks/months.
So I looked for an old UID in all exchange address lists with :
$AL = Get-AddressList -Identity "EACH_ADDRESS_LIST"; Get-Recipient -ResultSize unlimited -RecipientPreviewFilter $AL.RecipientFilter | select * | Export-Csv -Path "C:\temp\export.csv"
Every ID seems ok, there is no differences.
Does someone already had this issue ? Or have an idea ?
Also, we moved from exchange 2010 to exchange 2016 in 2020 and to exchange 2019 in 2021.
Thank you