-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathExchange 2013 Installation
More file actions
32 lines (22 loc) · 1.92 KB
/
Exchange 2013 Installation
File metadata and controls
32 lines (22 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
###################################################################
# Exchange 2013 Installation
###################################################################
# install all the required features on a Windows 2012 server
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
# download and install the following components in order
cd $home\Downloads
# Unified Communications Managed API 4.0 Runtime
Start-BitsTransfer -source http://www.microsoft.com/en-us/download/details.aspx?id=34992 -destination $home\Downloads\UcmaRuntimeSetup.exe
$home\Downloads\UcmaRuntimeSetup.exe
# Microsoft Office 2010 Filter Pack 64 bit
Start-BitsTransfer -source http://go.microsoft.com/fwlink/p/?linkID=191548 -destination $home\Downloads\FilterPack64bit.exe
$home\Downloads\FilterPack64bit.exe
# Microsoft Office 2010 Filter Pack SP1 64 bit
Start-BitsTransfer -source http://go.microsoft.com/fwlink/p/?LinkId=254043 -destination $home\Downloads\filterpack2010sp1-kb2460041-x64-fullfile-en-us.exe
$home\Downloads\filterpack2010sp1-kb2460041-x64-fullfile-en-us.exe
# if this is your first exchange install, first need to prepare Active Directory Schema
setup /PrepareSchema /IAcceptExchangeServerLicenseTerms
# to prepare the Active Directory forest for installation
setup /PrepareAD /IAcceptExchangeServerLicenseTerms
# to prepare all domains for the exchange installation
setup /PrepareAllDomains