Hello,
We're in the process of migrating to 2013 but get an error when trying to move a mailbox to the new server:
MigrationPermanentException: Error: An error occurred while updating a user object after the move operation. --> The LdapRecipientFilter...
I guess this is because of the global address list still being a Legacy one without a RecipientFilter, still relying on ldap.
Now I found this blogpost which states the following command to update the GAL:
Set-GlobalAddressList "Default Global Address List" -RecipientFilter {(Alias -ne $null -and (ObjectClass -eq 'user' -or ObjectClass -eq 'contact' -or ObjectClass -eq 'msExchSystemMailbox' -or ObjectClass -eq 'msExchDynamicDistributionList' -or ObjectClass -eq 'group' -or ObjectClass -eq 'publicFolder'))
Is this command still recommended for 2013 because the blogpost talks about an upgrade from 2003 to 2007?
We're in the process of migrating to 2013 but get an error when trying to move a mailbox to the new server:
MigrationPermanentException: Error: An error occurred while updating a user object after the move operation. --> The LdapRecipientFilter...
I guess this is because of the global address list still being a Legacy one without a RecipientFilter, still relying on ldap.
Now I found this blogpost which states the following command to update the GAL:
Set-GlobalAddressList "Default Global Address List" -RecipientFilter {(Alias -ne $null -and (ObjectClass -eq 'user' -or ObjectClass -eq 'contact' -or ObjectClass -eq 'msExchSystemMailbox' -or ObjectClass -eq 'msExchDynamicDistributionList' -or ObjectClass -eq 'group' -or ObjectClass -eq 'publicFolder'))
Is this command still recommended for 2013 because the blogpost talks about an upgrade from 2003 to 2007?