This post is a “quick note” to help on a cutover migration. Exchange 2013, Exchange 2010, Exchange 2007 & Exchange
Enable Outlook Anywhere
Exchange 2007/2010 For Exchange 2007 only. From server manager > Feature > Add Features > Add in the ‘RPC over HTTP
Publish apps installed on a network server from a 2012 R2 RDS server
It is not possible to publish an app that is installed at a network server from the UNC path. So
Public Folder Sizes
A nice PowerShell command to view all public folders’ sizes Get-PublicFolderStatistics | Sort-Object TotalItemSize -Descending | ft Name,@{label=”TotalItemSize(MB)”;expression={$_.TotalItemSize.Value.ToMB()}},@{label=”TotalDeletedItemSize(MB)”;expression={$_.TotalDeletedItemSize.Value.ToMB()}} -wrap | Out-String
Connect PowerShell to Office 365 (MsolService)
To connect the PowerShell to Office 365 you need: Microsoft Online Services Sign-In Assistant https://www.microsoft.com/en-us/download/details.aspx?id=39267 Azure Active Directory Module for Windows