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
In this Article, we are going to see how to move Arbitration Mailboxes from Exchange 2010 to Exchange 2013.
it is really required to move if you have plan to discontinue 2010 Servers from Hybrid Environment.
Login in to ECP, … Continue Reading
First we need to create the Databases in Exchange 2013,
Login to Https://mail.windowstechpro.com/ECP, Under Servers–>Databases–>click under Plus

Give the Name for the Databases,

Select the Server,

Select the Location,

Now You can see the database under Databases

Now we need … Continue Reading
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

Enter another command as Set-MailboxDatabase “Ex2007\Sales … Continue Reading
In this article we are going cover Microsoft Exchange 2010 SP3 server installation and Creating mail boxes.
Before installing Exchange 2010 please check the prerequisites for Exchange server 2010 on Windows Server 2008 R2.
Please open the windows power shell … Continue Reading
In this multi part article, We are going to cover AD Installation.
Please click Add Roles on server manager

In Add roles wizard before begin confirm the Administrative, Password and Network Settings and click Next

Then, Need to configure the … Continue Reading
Hi Everyone, In this Multi Part Article, I gonna teach you how to migrate from Exchange 2010 forest to Exchange 2013.
First let’s the Existing Environment of Exchange 2010 Forest

Name Spaces of Exchange 2010 Servers

Finally the Proposed Hybrid … Continue Reading
Thinking beyond the Limits..