Install Exchange 2013
# 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
Reference
https://technet.microsoft.com/en-us/library/bb691354(v=exchg.150).aspx
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
【Office 365】계층형 주소록의 계층구조를 리스트에 출력하는 PowerShell 스크립트를 작성했다Office 365(Exchange Online)의 계층형 주소록의 계층 구조를 목록에 출력하는 PowerShell 스크립트를 작성했으므로 메모. 가공 용이성 중시의 리스트를 출력하는 스크립트와 확실히 알기 쉬움 중...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.