Can i install exchange server 2013 on windows server 2012 R2? if yes, can you tell me about prerequisite before install it?
but when i install wmf 4 on windows server 2012r2 not support
there is a step by step instructions
https://www.youtube.com/watch?v=hOmS-47Pzkw
1. Install .Net Framework 4.5 and Windows Management Framework 3.0 on Exchange Server.
2. Install Remote Server Administration Tools on Exchange Server.
3. Install Prerequisite Server Role on Exchange Server.
4. Install Microsoft Unified Communication Managed API 4.0, Core Runtime 64-bit software.
5. Download and Install the Microsoft Office 2010 Filter Pack 64 bit.
6. Download and Install the Microsoft Office 2010 Filter Pack SP1 64 bit.
7. Prepare Active Directory and domains
Install-WindowsFeature RSAT-ADDS
Install the Exchange Server 2013 Prerequisites (run the below command using PowerShell)
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
setup /PrepareSchema /IAcceptExchangeServerLicenseTerms
setup /PrepareAD /OrganizationName:VICTORINFOSOL /IAcceptExchangeServerLicenseTerms
- Edited by Lasha Tsuladze 19 hours 2 minutes ago
- Proposed as answer by David Wang_Microsoft contingent staff 5 hours 32 minutes ago
Personally I prefer this article:
https://technet.microsoft.com/en-us/library/bb691354(v=exchg.150).aspx
There is no need to run the prepare commands separately unless this is a multiple domain forest. The setup.exe will do the work for you.
I would also download Exchange 2013 CU9 from the Microsoft Download site and use that for the installation. The installer will actually do most of the prerequisite work for you anyway!
Simon.
there is a step by step instructions
https://www.youtube.com/watch?v=hOmS-47Pzkw
1. Install .Net Framework 4.5 and Windows Management Framework 3.0 on Exchange Server.
2. Install Remote Server Administration Tools on Exchange Server.
3. Install Prerequisite Server Role on Exchange Server.
4. Install Microsoft Unified Communication Managed API 4.0, Core Runtime 64-bit software.
5. Download and Install the Microsoft Office 2010 Filter Pack 64 bit.
6. Download and Install the Microsoft Office 2010 Filter Pack SP1 64 bit.
7. Prepare Active Directory and domains
Install-WindowsFeature RSAT-ADDS
Install the Exchange Server 2013 Prerequisites (run the below command using PowerShell)
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
setup /PrepareSchema /IAcceptExchangeServerLicenseTerms
setup /PrepareAD /OrganizationName:VICTORINFOSOL /IAcceptExchangeServerLicenseTerms
- Edited by Lasha Tsuladze Thursday, August 20, 2015 12:28 PM
- Proposed as answer by David Wang_Microsoft contingent staff Friday, August 21, 2015 1:58 AM
Hi,
Please follow the above responses and I will add some useful links to help you complete the installation.
https://technet.microsoft.com/en-us/library/ff805042(v=exchg.150).aspx
https://technet.microsoft.com/en-us/library/aa998619(v=exchg.150).aspx
https://technet.microsoft.com/en-us/library/bb124397(v=exchg.150).aspx
Hope it's helpful to you.
Regards,
David