zaterdag 8 augustus 2015

SCHOOL PROJECT | Install and Configure Microsoft Exchange 2010

In this video:
SCHOOL PROJECT | How to Install and Configure Microsoft Exchange 2010: https://youtu.be/C5dGJyIPX_o



Things I have used:

  • EX01 (Windows 2008 R2 x64, Exchange server)
  • DC01 (Windows 2008 R2 x64, Domain server and Certificate server)
  • WS01 (Windows 7 Ultimate x64. Domain member (this is a choice))

Roles:
  • Active Directory Domain Services (with DNS server);
  • Active Directory Certificate Services (with IIS)
  • All rolles for EX01 (Exchange server) are installed with Powershell


Steps that you should follow in order:

 1.   WS01, EX01 and DC01, configure IP, computer name, MMC
 2.   DC01, install Active Directory Domain Services (with dcpromo)
 3.   DC01, install Active Directory Certificate Services
 4.   DC01, configure DNS
 5.   WS01 and EX01, add to domain
 6.   EX01, preparing MS Exchange 2010
 7.   EX01, install Exchange 2010
 8.   EX01, configure Microsoft Exchange 2010
       a EX01, configure Microsoft Exchange 2010 Certificate
       b EX01, configure Microsoft Exchange 2010 OWA
 9.   WS01, test OWA (Outlook Web App) and Microsoft Outlook 2010
10.  Problems and possible solutions


FQDN = Fully Qualified Domain Name
AD DS = Active Directory Domain Services
AD CS = Active Directory Certificate Services

Completion time 1 hour and 30 minutes.
Read the text below in the video and pause the screen when needed. Also turn on annotations.
For errors, problems and more see the description.

Commands:

Import-Module ServerManager
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

D:
setup /prepareschema
setup /prepareAD /OrganizationName:LT
setup /PrepareDomain

Import-Module ServerManager
Set-Service NetTcpPortSharing -StartupType Automatic


Errors:

Error: 0x8004010F and/or error 0x80040115 in Microsoft Outlook 2010

Possible solution
The service "Microsoft Exchange RPC Client Access" must be started manualy

Problem 1: Your mailbox appears to be unavailable. Try to access it again in 10 seconds. If you see this error again, contact your helpdesk

Possible solution:
The service "Microsoft Exchange Information Store" must be started manualy

Problem 2: Certificate Error when connecting with https://mail.lt.local/

Possible solution:
You have to download and install a CA certificate. Please follow step 12a from https://youtu.be/zHacpCxCZAg#t=12m33s. Follow it from 12:33 to 14:00.