Moving distribution list from exchange 2003 to 2010
During our migration from exchange 2003 to 2010 I ran into some issues with distribution list. Here?s some steps and gotchas that might help you though the process.
- Watch out for alias name on distribution list. Alias that worked in 2003 don?t work on 2010. Spaces and special characters.
- Upgrade the distribution list, this can be done via the GUI by just changing an attribute and when you go to save it you?ll see a message like this.
You can also use powershell with Set-DistributionGroup ?ForceUpgrade
- We have multiple domains in our AD forest if your working with an object in a domain other than the one your logged into you have to use the ?domaincontroller <FQDN> with your commands from the domain the object you want to modify. Allowing End-Users to Manage Distribution Group Membership in Exchange 2010
- If your end users were managing the list in 2003 you?ll need to give them additional permissions on 2010 to manage list because of the new Role Based Access Controls (RBAC) This link has the step by step instructions on how to do it.
- Convert the distribution list to a Mail universal distribution
- Use the powershell command Set-Group ?id ?List Name? ?Universal ?DomainController <FQDN of DC from domain>
Helpful links
Exchange 2010 FAQ: How Do I Install the Exchange 2010 Management Tools?
?The user profile service failed the logon. User profile can not be loaded.? logging on to Exchange server
Related articles
- Microsoft PST Capture tool for Exchange 2010 and Office 365 (edugeek.net)
- What’s New in Splunk App for Microsoft Exchange v1.1 (blogs.splunk.com)
- Customizing EMS for Exchange 2010 (telnet25.wordpress.com)
- Mailboxes converted to type Room and migrated from Exchange 2003 to 2010 not booking. (sysadminworld.wordpress.com)
We are going through a transition like this now. Thanks for the post! I’ll be forwarding this on to our Network Administrator.
Cheers!
Glad I could help.