When migrating to a new (version of) Exchange this is how you can synchronize the Public Folders : Start the exchange management shell and execute the following code : C:\Program Files\Microsoft\Exchange Server\V14\Scripts> .\AddReplicaToPFRecursive.ps1 -Server "Exchange 2007 PF server name" -TopPublicFolder "\" -ServerToAdd "Exchange 2010 PF Server Name" You should beRead More →

Today when troubleshooting Activesync problems with an Exchange 2007 environment I decided to delete en re-create the Exchange Activesync virtual directory. I used the following steps : get-activesyncvirtualdirectory (verify you Activesync virtual directory) remove-activesyncvirtualdirectory -identity “Microsoft-Server-Activesync (Default Web Site)” (remove the Activesync virtual directory) get-activesyncvirtualdirectory (verify the virtual directory isRead More →