Installing Server Role Prerequisites

Windows PowerShell can be used to automate installation of the prerequisite roles and features instead of using the Windows Server Manager graphical interface. To use PowerShell for this purpose, use the following steps:

1. Log on to the server with an account that has administrative credentials.

2. Click Start and navigate to All Programs, Accessories, Windows PowerShell.

3. Right-click the Windows PowerShell shortcut and select Run as Administrator.

4. Click Yes when prompted by User Account Control.

5. Run the following command to make the server manager:

Import-Module ServerManager

6. Run the following command to install the Windows features and IIS role services required:

Add-WindowsFeature Telnet-Client,Web-Server,Web-Static-Content,
Web-Default-Doc,Web-Http-Errors,Web-Asp-Net,Web-Net-Ext,Web-ISAPI-Ext,
Web-ISAPI-Filter,Web-Http-Logging,Web-Log-Libraries,Web-Http-Tracing,
Web-Windows-Auth,Web-Client-Auth,Web-Filtering,Web-Stat-Compression,
Web-Dyn-Compression,Web-Mgmt-Console,Web-Scripting-Tools,Web-Dyn-Compression

7. Restart the server when complete.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset