How to: |
This section describes how to configure Microsoft Internet Information Services (IIS) on a Windows 2012 R2 Server.
To install the required IIS features:
The Add Roles and Features Wizard dialog box appears.
The following pane asks you to add features required for the Web Server.
The following pane asks you to add features that are required for HTTP activation.
The following pane asks you to add features that are required for HTTP activation.
The Web Server Role (IIS) pane appears, as shown in the following image.
The following pane asks you to add features that are required for IIS 6 Scripting Tools.
The Installation progress pane appears, as shown in the following image.
You are returned to the Dashboard screen of the Server Manager, as shown in the following image.
The Task Details and Notifications dialog box appears, as shown in the following image.
A message from the Feature installation notification informs you that a restart is pending. During the restart process, the following screen appears.
After your computer restarts, you are returned to the Server Manager Dashboard, as shown in the following image.
To verify the installed IIS features:
C:\> Get-WindowsFeature -ComputerName "computer's name" | Where-Object InstallState -eq Installed
The following image shows the output.
WebFOCUS |