Exchange Migration

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 Employees” -OfflineAddressBook “Default Offline Address Book”

2

Type command as Get-MailboxDatabase | Format-Table Name, Server, OfflineAddressBook -Auto

3

Type command for the purpose of roles and features for HTTP activation, netframe etc Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, Web-Mgmt-Console, WAS-Process-Model, Web-Asp-Net45, Web-Basic-Auth, Web-Client-Auth, Web-Digest-Auth, Web-Dir-Browsing, Web-Dyn-Compression, Web-Http-Errors, Web-Http-Logging, Web-Http-Redirect, Web-Http-Tracing, Web-ISAPI-Ext, Web-ISAPI-Filter, Web-Lgcy-Mgmt-Console, Web-Metabase, Web-Mgmt-Console, Web-Mgmt-Service, Web-Net-Ext45, Web-Request-Monitor, Web-Server, Web-Stat-Compression, Web-Static-Content, Web-Windows-Auth, Web-WMI, Windows-Identity-Foundation

4

Now start to install of exchange 2013 with Dont check updates right now and click next

5

start to setup continue click next

6

Accept the License Agreement and click next

7

Click the recommended settings and click next

8

select the server role of mailbox role and client access role and click next

9

space and location for installation and click next

10

Click NO for should not disable the malware scanning and click next

11

Now, you can see the prerequisite of configuration

12

click install

13

Now, you can see the progress of installation around 1 of 15 step preparation

14

Setup completed

15

open the web browser and the url of https://Ex-2013/ecp?ExchClientVer=15. this is to open the exchange admin centre

16

Exchange admin centre -> server -> select mailbox client access. this is for change the external url

17

By selecting the outlook anywhere specify the external url eg: mail.windowstechpro.com and click save

18

In exchange admin centre -> server -> select mailbox and click settings

19

configure the external access domain dialogue box click add

20

select the mailbox -> add

21

select ex-2013 and click ok

22

once ex-2013 added enter external client access server eg: mail.windowstechpro.com and click save

23

You can see the process of saving the installation

24

once completed click close

25

open the powershell command and type Get-ActiveSyncVirtualDirectory | fl *internalurl*, *externalurl* this is the purpose for synchronize the internal and external url directory

26

Type the command of

$hostname=”ex-2013″

Set-ActiveSyncVirtualDirectory “$HostName\Microsoft-Server-ActiveSync (Default Web Site)” -InternalUrl ((Get-ActiveSyncVirtualDirectory “$HostName\Microsoft-Server-ActiveSync (Default Web Site)”).ExternalUrl)

27

Set-EcpVirtualDirectory “$HostName\ECP (Default Web Site)” -InternalUrl ((Get-EcpVirtualDirectory “$HostName\ECP (Default Web Site)”).ExternalUrl) Set-WebServicesVirtualDirectory “$HostName\EWS (Default Web Site)” -InternalUrl ((get-WebServicesVirtualDirectory “$HostName\EWS (Default Web Site)”).ExternalUrl) Set-ActiveSyncVirtualDirectory “$HostName\Microsoft-Server-ActiveSync (Default Web Site)” -InternalUrl ((Get-ActiveSyncVirtualDirectory “$HostName\Microsoft-Server-ActiveSync (Default Web Site)”).ExternalUrl) Set-OabVirtualDirectory “$HostName\OAB (Default Web Site)” -InternalUrl ((Get-OabVirtualDirectory “$HostName\OAB (Default Web Site)”).ExternalUrl) Set-OwaVirtualDirectory “$HostName\OWA (Default Web Site)” -InternalUrl ((Get-OwaVirtualDirectory “$HostName\OWA (Default Web Site)”).ExternalUrl) Set-PowerShellVirtualDirectory “$HostName\PowerShell (Default Web Site)” -InternalUrl ((Get-PowerShellVirtualDirectory “$HostName\PowerShell (Default Web Site)”).ExternalUrl)

Assign the Exchange certificate and click edit

28

click service

29

Select certificate new and save

30

click yes

31

In exchange admin centre -> select the ex-2013 certificate and click assign to service IMAP, POP, SMTP

32

Pointing the DNS to New server

33

Install the certificate

34

Type the command in powershell Get-Mailbox -Arbitration -Identity “SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9}” | FL Database,ServerName,AdminDisplayVersion

35

#Hybrid #Migration

Leave a comment

Your email address will not be published. Required fields are marked *