Tuesday 8 January 2013

Installing Exchange Server 2013 on Windows 2012


Prerequisites:
- Open PowerShell and run the following command to install the windows features.
Import-Module ServerManager
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
001
002
003
- The features are installed, you need to restart your server.
005
- Configuring Windows Features.
006
- Next you have to install:
1- Unified Communications Managed API 4.0 Runtime
2- Microsoft Office 2010 Filter Pack 64 bit
3- Microsoft Office 2010 Filter Pack SP1 64 bit
Unified Communications Managed API 4.0 Runtime:
Download from:
- Start the installer then hit Next.
007
- Accept the License terms and click Install.
008
009
010
011
- Installation is Complete.
012
Next, Microsoft Office 2010 Filter Pack 64 bit. Download it from:
- Start the installer and hit Next.
013
- Accept the license terms and click Next.
014
015
- Click OK to finish the installation.
016
Next, Microsoft Office 2010 Filter Pack SP1 64 bit. Download it from:
- Start the installer, Accept the License Terms and click Continue.
017
018
- Click OK to finish the installation.
019
- Next you have to prepare the Schema, Active Directory and Domain.
- Start by preparing the Schema, open PowerShell and run the following command:
.\setup /PrepareSchema /iAcceptExchangeServerLicenseTerms
020
021
022
- Next, prepare AD, run this command:
.\setup /PrepareAD /OrganizationName:yourOrganization /iAcceptExchangeServerLicenseTerms
023
024
025
- Next, prepare the domain, run the following command:
.\setup /PrepareDomain /iAcceptExchangeServerLicenseTerms
026
027
- Done installing the prerequisites, start the setup file from the installation media.
028
029
030
- In the Introduction page, click Next.
031
- Accept the License Agreement, then click Next.
032
- Select “Use Recommended settings”, then click Next.
033
- Select the server roles that you want to install then click Next.
034
- Specify the path for installation, then click Next.
035
- For Malware Protection Settings, keep it “NO”. (so the protection is enabled)
036
037
038
039
040
041
042
043
044
045
046
047
048
049
050
051
- Setup is Complete.
052
- You can see the Exchange Management Shell, and the Exchange Toolbox, there is no Exchange Management Console in Exchange Server 2013.
053
- To Access the Admin Console, you have to open a browser and type the server fqdn/ecp to open the Exchange Admin Center.
You will be forwarded to Outlook Web App at the first time sign in.
054
- Then the Exchange Admin Center will open.
055
056
Done.

No comments:

Post a Comment