Internet Information Service Installation
ARK2FA Server role needs IIS service to run. All communicates with the server over the TCP 443 (HTTPS) protocol. The site must be secured with a valid HTTPS certificate.
The necessary IIS components and the PowerShell script required for the installation of these components are given below.
Powershell Command
You should open Powershell screen with RunAs Administrators right. Paste powershell command in this screen.
Add-WindowsFeature Web-Server,Web-WebServer,Web-Common-Http,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-Static-Content,Web-Http-Redirect,Web-Health,Web-Http-Logging,Web-Custom-Logging,Web-Log-Libraries,Web-Request-Monitor,Web-Performance,Web-Stat-Compression,Web-Security,Web-Filtering,Web-Basic-Auth,Web-Windows-Auth,Web-Mgmt-Tools,Web-Mgmt-Console,Web-Mgmt-Compat,Web-MetabaseLast updated