I've been busy lately, I haven't been able to update my blog posts, and today I've just been teaching my friends how to build Exchange Server 2010, sorted out the steps of how to set up Exchange Server 2010, wrote a simple document, and uploaded it today, Share it with you, winking.
Preparatory work:
1. Add the Exchange Server 2010 server to the domain.
2. Because Windows Server 2008 R2 prevents PowerShell from executing scripts by default, it is recommended that administrators run Windows PowerShell modules execution:
Set-executionpolicy remotesigned
3. If you do not use Windows PowerShell Modules to perform your preparations, be sure to do so first in a standard Windows PowerShell environment: Import-module Servermanager
4. Install the. NET Framework 3.5 SP1, execute commands: Add-windowsfeature net-framework
5. Install Rast-adds (AD DS snap-in and Command line tool), execute command: Add-windowsfeature rsat-adds
6. Install IIS 7.5 and IIS6 metadata compatibility (IIS6 Metabase) components, execute the following command: Add-windowsfeature web-server
Add-windowsfeature Web-basic-auth
Add-windowsfeature Web-metabase
7. Install the Microsoft Filter Pack (filter pack) with the file name "FilterPackx64.exe" and use the "/quiet" parameter to automate the installation and execute the command: Filterpackx64.exe/quiet
Download Address: HTTP://WWW.MICROSOFT.COM/DOWNLOADS/DETAILS.ASPX?FAMILYID=60C92A37-719C-4077-B5C6-CAC34F4227CC&DISPLAYLANG=ZH-CN
8. Configure net.tcp Port Share Service to boot mode, execute the command as:
Set-service "Nettcpportsharing"-startuptype Automatic
Start-service "Nettcpportsharing"
9. Install Desktop Experience (Desktop experience, note: This step is only used when selecting the Unified Messaging role) to execute the command: Add-windowsfeature desktop-experience
Starting installation of Microsoft Exchange Server 2010
1. Load the Microsoft Exchange Server 2010 installation CD to the optical drive.
2. After the completion of the preparation of the required to add functionality after the installation of the boot interface will see the following interface, in this interface you can see that steps 1 and 2 have been installed, so we just need to start with step 3, where we select the "bundle all languages from language" item, as shown in the illustration.
(Figure 1) 3. After you click Finish Install all languages from language, Setup pops up "Select Exchange 2010 Language bundle source" as shown in Figure 2. In the selection, select Specify a path for the language files on your hard drive or network share and click the Browse button to select LanguagePackBundle.exe Click Next button Microsoft Exchange Server 2010 Setup begins a language bundle operation, and the interface appears (Figure 3) when the bundle is finished, click Finish under the Display interface button to return to the Setup program.
(Figure 2)
(Figure 3) 4. In the returned installation interface, select Step 4: Install Microsoft Exchange.
(Figure 3) 5. In the interface shown in the following illustration, select "I accept the terms of the License Agreement" and click the Next button.