[Exchange] RE: Migration to Exchange Online & mobile devices

2017-08-08 Thread Michael B. Smith
CAS From: listsad...@lists.myitforum.com [mailto:listsad...@lists.myitforum.com] On Behalf Of Damien Solodow Sent: Tuesday, August 8, 2017 12:03 PM To: exchange@lists.myitforum.com Subject: [Exchange] RE: Migration to Exchange Online & mobile devices Would that be the source mailbox or

[Exchange] RE: Migration to Exchange Online & mobile devices

2017-08-08 Thread Damien Solodow
8, 2017 11:53 AM To: exchange@lists.myitforum.com Subject: [Exchange] RE: Migration to Exchange Online & mobile devices Caches are often the problem here. After a move is complete, recycle the app pools on the source server. ## ## Restart-AllAppPools.ps1 ## ## Must be run from an elev

[Exchange] RE: Migration to Exchange Online & mobile devices

2017-08-08 Thread Michael B. Smith
Caches are often the problem here. After a move is complete, recycle the app pools on the source server. ## ## Restart-AllAppPools.ps1 ## ## Must be run from an elevated PowerShell session ## Import-Module WebAdministration $appPools = dir IIS:\AppPools |? { $_.State -eq 'Started' } foreach(