Posts Tagged ‘Exchange 2010’
Calendar Sharing Matrix
With Exchange Online and Exchange On-Prem both penetrating the marketplace more equally, I see more requests for information about how to make the two integrate or work together between companies and in M&A situations. Luckily the Exchange team is on top of it as usual and have put together a nice matrix that covers all of the scenarios… Here is a sample screen shot, the full document goes into more detail – Download the EHLO Exchange Calendar Sharing Matrix!
Thanks to Jesper Osgaard for passing the link along.
More FREE o365 Tools and Features
First up – in the Exchange Online category
- PST Capture - This is the long awaited centralized PST capture and upload tool. More details can be found on the Exchange Team Blog or on Loryan Strant’s blog
Second up – Lync Online Category
- Lync Online Web Scheduler – Of course that link assumes you are a Lync Online subscriber, if you aren’t go check out the details on the Office Blog
- Lync Conversation Analyzer - definitely a must have for those interested in how effective their communications are.
- Lync Information Dashboard - international team? Another must have!
- Lync Conversation Translator - not to be confused with the analyzer above, this is a translator
- Lync Adoption and Training Kit - the neverending need to train people to use the new tools.
- Lync How-To Training - Yes more training!!
Don’t fret regarding those last two, training people to use new modes of communication is the norm. In fact, when the telephone was introduced ATT had to undertake a HUGE training excercise as evidenced by this video…
Also good to note, RIM is finally supporting o365!!
Exchange 200x Decommission
One thing that always comes up as a consultant is the decommision process for old Exchange 2003 & 2007 servers. There is information out there on how to to it, but having done it hundreds of times, I can tell you that a simple list that includes “don’t forget to ______” is nice to have. If you need more depth, screen shots and the like, Jaap Wesselius has a two part article over at Simple-Talk – part1 & part2, and Paul Cunningham has a whole eBook for sale that is dedicated to the topic.
For me, this checklist works great! If there are errors that you have found that aren’t covered here, please comment or email so they can be added to the checklist. Once you are ready to decommission – make sure you have addressed the following items.
Review the RBAC Configuration
1. Make sure the RBAC configuration allows Distribution group owners to add/remove accounts in the Distribution group they own. In addition to being the configured “owner”, the owners must be assigned a management role assignment policy that contains the My Distribution Groups and My Distribution Group Membership roles. Without these, they will not be able to actually manage the groups.
Move OAB
1. This will ensure any custom OAB settings you are using are available in Exchange 2010 and is best done via powershell
Move-OfflineAddressBook “Default Offline Address List” –Server NewExchange2010Server
2. Microsoft provides additional guidance on things to look out for - Move the Offline Address Book Generation Process to Another Server
Ensure Routing Group Connectors are Removed
- In ESM or via powershell, delete any legacy connectors that were previously created
Get-routinggroupconnector | Remove-routinggroupconnector
Ensure Exchange Objects Are Upgraded
All versions of these after the upgrade should be 0.10 (14.0.100.0) or above.
1. Distribution Groups – In EMS, Force an upgrade to all distribution groups
Get-DistributionGroup | Set-DistributionGroup -forceUpgrade
2. Address Lists – In EMS, Force an upgrade to all address lists. This only applies to the basic scenario where – Upgrade Default Address Lists from LDAP Filters to OPATH Filters
Get-AddressList | Set-AddressList -forceUpgrade
3. Email Address Policies – In EMS, Force an upgrade to all distribution groups. Of course this is only easy if the policy applies to all users (Mailnickname=*) or if it is a 2007 to 2010 migration where the LDAP filter has already been converted to OPATH, if the email recipient policies are not that straight forward or still need to convert, please review Microsoft’s article – Upgrade Custom LDAP Filters to OPATH Filters
Get-EmailaddressPolicy | Set-EmailaddressPolicy -forceUpgrade
Ensure Mailbox Recipient Policies are Transitioned to MRM
- In ESM or via powershell, recreate any rules that were previously in Recipient Policies
- Delete those Mailbox Management Recipient Policies
Remove Recipient Update Service
- Delete the domain RUS in ESM
- Delete the Enterprise RUS using ADSIEdit (in the address list container)
Remove Exchange 2003/2007 MBX databases
- Ensure no more mailboxes are on Exchange 2003/2007 by either deleting or moving any
remaining mailboxes - Query via EMC or:
get-mailbox –server Exchange2003mailboxserver
- Delete mailbox databases
Remove PF Store from Exchange 2003
- Run Moveallreplicas.ps1 to ensure all replicas are moved to Exchange 2010
- Once Exchange 2003/2007 replica is empty, delete via ESM
- If prompted to provide a replacement PF database, choose the Exchange 2010 database
Move Public Folder Hierarchy
These steps can be done in ADSIEdit, but the goal is to avoid ADSIEdit if possible.
- Using ESM, create a New Public Folders Container in the Exchange Server 2010 Admin group named “Folders”
- Drag the PF tree from the 2003 admin group to the new “Folders” container
- If this step is skipped or the customer tries to decommission and doesn’t know they need to do this, all public folders may disapear (This is bad news for Outlook 2003 users). The good news is that they aren’t gone – but the site folder needs to be recreated. David Ball has a write-up on how to re-create the infrastructure (this applies to all versions):
Uninstall Exchange
- Via installation media or add/remove programs
- If it is a 2007 decommission, you might run into an error, this is resolvable without hacking in ADSIEdit

