Difference between revisions of "Exchange 2010"
From GWAVA Technologies Training
(→Process) |
(→Process) |
||
Line 48: | Line 48: | ||
##Open OWA <code>https://localhost/owa</code> | ##Open OWA <code>https://localhost/owa</code> | ||
#Update and Snapshot | #Update and Snapshot | ||
+ | <strike>#Go into DNS Manager/DNS/[server]/Forward Lookup Zones/ | ||
+ | ##Add MX record for mail server | ||
+ | ##Add A record for mail server</strike> |
Revision as of 19:52, 5 March 2015
Install on Windows Server 2008 R2, there may be a way on 2012 but I couldn't find a working way of doing it quickly enough.
Links
Exchange Server Deployment Assistant [1]
Includes Windows Server 2012 [2]
Prerequisite links are handy [3]
With videos [4]
Metabase error fix [5]
got most of these from [6]
Good to know [7]
Process
Setting up Exchange 2010 for the Lab environment. This is very barebones. It is supposed to be possible to set up Exchange 2010 on a Windows Server 2012 server, it didn't work for me. All the instructions I have found set up Exchange 2010 on a Windows Server 2008 Box. Using Server 2008 R2 for this install.
- Install Windows Server 2008 R2
- Set IP address and computer name
- Add VMware Tools
- Run Windows Update, until it has no more new ones to install and snapshot
- Add DNS role
- Add IIS role
- Add Active Directory Domain Services Role, promote to Domain Controller
- Change Password Group Policy:
- Start/All Programs/Administrative Tools/Group Policy Management
- Open Forest/Domains/[your AD domain]/Default Domain Policy
- Right click on Default Domain Policy and select Edit...
- Open Computer Configuration/Policies/Windows Settings/Security Settings/Account Policies/Password Policy
- Right click "Password must meet complexity requirements," select Properties and disable.
- Update and Snapshot
- Install 2007 Office System Converter: Microsoft Filter Pack [8]
- Run Powershell as Administrator
- Run the command:
Import-Module ServerManager
- For a typical install with the Client Access, Hub Transport, and Mailbox roles run the following command:
Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart
- Run the command:
- After Restart Run Powershell as Administrator:
- Run the command:
Set-Service NetTcpPortSharing -StartupType Automatic
- Run the command:
- Update and Snapshot
- Load the Exchange 2010 ISO and begin install.
- Step 3: Install only languages from the DVD.
- Step 4: Install Exchange 2010
- Open Exchange Management Console
- Create users
- Open OWA
https://localhost/owa
- Update and Snapshot
#Go into DNS Manager/DNS/[server]/Forward Lookup Zones/
- Add MX record for mail server
- Add A record for mail server