Hello,
I seem to have ran into issues with Default GAL, default address lists, email address policies, OAB, etc.
Background: Exchange 2003, with one FE and one BE server with multiple domains for mail access. We decided to migrate to 2010 and have one hyper-v server with 3 VMS running AD, CAS/HT and MBX roles respectively. All the AD preparations and installation (exchange 2010 Sp2) of CAS/HT role was smooth. When I installed the MBX role it was successful but could not see Public Folder Database and was unable to create one because of AddressList errors and had to be upgraded to 2010. Since there were multiple domains, LDAP filter were used and those had to be updated with OPATH filters and I used the "ConvertFrom-LdapFilter.ps1" script to convert and upgrade to 2010. I could do this for all the custom address lists but it did not run for "All Users", "All Groups" "All Contacts" as it says ADObject cannot be found on exchange2003 server.
I created a test mailbox on the new server and could login using OWA but cannot see GAL or search for addresses. I could send and receive email from 2010 to both 2003 mailbox & external domain with no issues. I did configure the CAS role with legacy URL (existing OWA URL https://myweb.domain.net/exchange) for exchange2003 and a new URL (https://mymail.domain.net/owa) for exchange 2010 and also enabled Outlook Anywhere, MS Active Sync, etc. But I cannot setup outlook using autodiscover or even manually by providing the info. I have to start migrating users and this has become a big show stopper and would appreciate if anyone could help/guide me through this to troubleshoot/fix the issues and move the mailboxes ASAP.
Some errors:
[PS] C:\>Set-AddressList "All Users" -IncludedRecipients MailboxUsers
The operation couldn't be performed because object 'All Users' couldn't be found on 'exchange2003.domain.com'.
+ CategoryInfo : NotSpecified: (0:Int32) [Set-AddressList], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : 779DEB5D,Microsoft.Exchange.Management.SystemConfigurationTasks.SetAddressList
+ PSComputerName : cas01.domain.com
[PS] C:\>Set-AddressList "All Groups" -IncludedRecipients MailboxUsers
The operation couldn't be performed because object 'All Groups' couldn't be found on 'exchange2003.domain.com'.
+ CategoryInfo : NotSpecified: (0:Int32) [Set-AddressList], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : 45369D2F,Microsoft.Exchange.Management.SystemConfigurationTasks.SetAddressList
+ PSComputerName : cas01.itqubate.com
[PS] C:\>Set-AddressList "All Contacts" -IncludedRecipients MailboxUsers
The operation couldn't be performed because object 'All Contacts' couldn't be found on 'exchange2003.domain.com'.
+ CategoryInfo : NotSpecified: (0:Int32) [Set-AddressList], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : 4D78E094,Microsoft.Exchange.Management.SystemConfigurationTasks.SetAddressList
+ PSComputerName : cas01.domain.com
[PS] C:\>Set-GlobalAddressList "Default Global Address List" -RecipientFilter {(Alias -ne $null -and (ObjectClass -eq 'u
ser' -or ObjectClass -eq 'contact' -or ObjectClass -eq 'msExchSystemMailbox' -or ObjectClass -eq 'msExchDynamicDistribut
ionList' -or ObjectClass -eq 'group' -or ObjectClass -eq 'publicFolder'))}
You can't peform this operation on default global address list "Default Global Address List".
+ CategoryInfo : InvalidOperation: (\Default Global Address List:ADObjectId) [Set-GlobalAddressList], Inv
alidOperationException
+ FullyQualifiedErrorId : 7815D31B,Microsoft.Exchange.Management.SystemConfigurationTasks.SetGlobalAddressList
+ PSComputerName : cas01.domain.com
[PS] C:\>Get-AddressList "Default Global Address List" | Format-List Name,*RecipientFilter*,ExchangeVersion
The operation couldn't be performed because object 'Default Global Address List' couldn't be found on
'exchange2003.domain.com'.
+ CategoryInfo : NotSpecified: (:) [Get-AddressList], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : D96C5897,Microsoft.Exchange.Management.SystemConfigurationTasks.GetAddressList
+ PSComputerName : cas01.domain.com
Thanks,
SyedSF