# On Windows 2012 R2
# Install a single Exchange server
# Demo domain vccware.com (single forest single domain)
Join in domain and log in with the default administrator account vccware\administrator
Prerequisites
1. Install Windows Feature in PowerShell
Install-WindowsFeature AS-HTTP-Activation, Desktop-Experience, NET-Framework-45-Features, RPC-over-HTTP-proxy, RSAT-Clustering, RSAT-Clustering-CmdInterface, RSAT-Clustering-Mgmt, RSAT-Clustering-PowerShell, 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, RSAT-ADDS
2. Install .NET Framework 4.5.2
3. Install Microsoft Unified Communications Managed API 4.0, Core Runtime 64-bit
Prepare Active Directory and domains
1. Extend the Active Directory schema
Setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms
2. Prepare Active Directory
Setup.exe /PrepareAD /OrganizationName:"Vccware Corporation" /IAcceptExchangeServerLicenseTerms
Install Exchange 2013
1. Reboot system
2. Click setup.exe and follow the steps until finish
Management console
https://exchange.vccware.com/ecp
OWA
https://exchange.vccware.com/owa
Set SRV record in DNS (So that on client, the oultook will configurate automatically)
Domain:vccware.com
Service:_AutoDiscover
Protocol:_tcp
Port number:443
Host offering this service:exchange.vccware.com.
Apply a certificate from enterprise CA
click Servers, then certifications
click the plus icon to request a new certificate
follow the instruction until the certificate is ready
Assign the new certificate to the right services (such as IIS)
Reference
https://technet.microsoft.com/en-us/library/bb691354(v=exchg.150).aspx
本文出自 “AlphaBook” 博客,请务必保留此出处http://alphabook.blog.51cto.com/232573/1883634
原文地址:http://alphabook.blog.51cto.com/232573/1883634