Mark Minasi's Reader Forum
Mark Minasi's Reader Forum
Home | Profile | Register | Active Topics | Active Polls | Members | Search | FAQ | Minasi Forum RSS Feed
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Email, Databases, Sharepoint and more
 Exchange
 When to run PS commands during migration?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

protech
Old Timer

United Kingdom
303 Posts
Status: offline

Posted - 07/26/2012 :  08:01:41 AM  Show Profile  Reply with Quote
Hi,

In an Exchange 2003 to 2010 migration that is happening over several months. At what time is it safe to do the following?
Before they have moved mailboxes? During? After? Before they have migrated the Public Folders? During? After?

We don’t want to do it and cause problems for users on the old 2003 Exchange Server (that is also still receiving email for the domain).
But we also don’t want to limit functionality for users who have been migrated.

upgrade the address list by running

Set-AddressList “All Users” -IncludedRecipients Mailboxusers
Next upgrade all groups default address list
Set-AddressList “All Groups” -IncludedRecipients MailGroups

Upgrade contacts default address list

Set-AddressList “All Contacts” -IncludedRecipients MailContacts

Upgrade PF default address list

Set-AddressList "Public Folders" -RecipientFilter { RecipientType -eq 'PublicFolder' }

To upgrade the default 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'))}

UPGRADE THE DEFAULT EMAIL ADDRESS POLICES

Set-EmailAddressPolicy “Default Policy” –IncludedRecipients AllRecipients

Set-EmailAddressPolicy –Indentity “*********” –ConditionalStateorProvince “*****”, “*****”, “*****”


Cheers

PT

Jazzy
Administrator

Netherlands
1932 Posts
Status: offline

Posted - 07/28/2012 :  05:43:17 AM  Show Profile  Visit Jazzy's Homepage  Click to see Jazzy's MSN Messenger address  Reply with Quote
It doesn't really matter where in the process you upgrade address lists, EAPs of GAL. The reason you need to convert them is to be able to manage them in Exchange 2010.

Jetze Mellema

Exchange specialist
Former MVP (2005-2012)
My blog: http://jetzemellema.blogspot.com (Dutch)
My company: http://www.imara-ict.nl/
Go to Top of Page

protech
Old Timer

United Kingdom
303 Posts
Status: offline

Posted - 08/07/2012 :  11:28:01 AM  Show Profile  Reply with Quote
Cheers!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Mark Minasi's Reader Forum © 2002-2011 Mark Minasi Go To Top Of Page
This page was generated in 0.16 seconds. Snitz Forums 2000