Exchange Migration 2010 to Exchange 2013-Part 7:Moving Namespaces

Moving Outlook Anywhere

Run the below commands in Exchange server 2010 using Exchange Powershell,

$Exchange2013HostName = “mail.windowstechpro.com”

Get-ExchangeServer | Where {($_.AdminDisplayVersion -Like “Version 14*”) -And ($_.ServerRole -Like “*ClientAccess*”)} | Get-ClientAccessServer | Where {$_.OutlookAnywhereEnabled -Eq $True} | ForEach {Set-OutlookAnywhere “$_\RPC (Default Continue Reading

Exchange Migration 2010 to Exchange 2013-Part 4:Exchange 2013 Installation

In the Multi Part, We are going to explain about the migration of Exchange 2010 to 2013.

Open Powershell and type the command of
* Get-OfflineAddressBook
* Get-MailboxDatabase | Format-Table Name, Server, OfflineAddressBook -Auto
1

Enter another command as Set-MailboxDatabase “Ex2007\Sales … Continue Reading