Difference between revisions of "Exchange 2010"
(→Links) |
|||
(24 intermediate revisions by one user not shown) | |||
Line 15: | Line 15: | ||
Good to know [http://windowsitpro.com/blog/no-windows-upgrade-for-exchange-servers] | Good to know [http://windowsitpro.com/blog/no-windows-upgrade-for-exchange-servers] | ||
+ | |||
+ | relay connector [http://exchangeserverpro.com/how-to-configure-a-relay-connector-for-exchange-server-2010/] | ||
+ | |||
+ | The maximum number of items in a mailbox in the "Critical folders" should not exceed 100,000 in Exchange 2010. [https://social.technet.microsoft.com/Forums/en-US/ab7dd0cc-2ee3-4f8f-8981-f42a8092b66d/exchange-2010-sp3-maximum-journal-mailbox-size-for-performance?forum=exchangesvradmin] | ||
+ | 20,000 in Exchange 2007 [http://www.brucebnews.com/2010/10/understanding-outlook-slowdowns/] | ||
+ | 5,000 in Exchange 2003 [http://blogs.technet.com/b/exchange/archive/2005/03/14/395229.aspx] | ||
+ | Exchange 2013/Office365 limits [https://technet.microsoft.com/en-us/library/exchange-online-limits.aspx] | ||
+ | |||
+ | Why archive [https://technet.microsoft.com/en-us/library/aa998649(v=exchg.150).aspx] | ||
==Process== | ==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 | #Install Windows Server 2008 R2 | ||
#Set IP address and computer name | #Set IP address and computer name | ||
− | #Run Windows Update | + | #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 [http://www.microsoft.com/en-us/download/details.aspx?id=20109] | ||
+ | #Run Powershell as Administrator | ||
+ | ##Run the command: <code>Import-Module ServerManager</code> | ||
+ | ##For a typical install with the Client Access, Hub Transport, and Mailbox roles run the following command: <code>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</code> | ||
+ | #After Restart Run Powershell as Administrator: | ||
+ | ##Run the command: <code>Set-Service NetTcpPortSharing -StartupType Automatic</code> | ||
+ | #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 Outlook Web Access (OWA) <code>https://localhost/owa</code> | ||
+ | ##Save Bookmark | ||
+ | ##Send test messages | ||
+ | #Open Exchange Control Panel (ECP) <code>https://localhost/ecp</code> | ||
+ | ##Save Bookmark. | ||
+ | #Update and Snapshot |
Latest revision as of 16:39, 16 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.
[edit] 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]
relay connector [8]
The maximum number of items in a mailbox in the "Critical folders" should not exceed 100,000 in Exchange 2010. [9] 20,000 in Exchange 2007 [10] 5,000 in Exchange 2003 [11] Exchange 2013/Office365 limits [12]
Why archive [13]
[edit] 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 [14]
- 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 Outlook Web Access (OWA)
https://localhost/owa
- Save Bookmark
- Send test messages
- Open Exchange Control Panel (ECP)
https://localhost/ecp
- Save Bookmark.
- Update and Snapshot