Skip to main content
Skip table of contents

Automating IIS Installation on Windows Server 2019 Core

NOT AVAILABLE IN SAAS


The following PowerShell commands (using the PowerShell admin prompt) can be used on Windows Server 2019 Core for installing the IIS feature:

1. Install IIS and its components:

Install-WindowsFeature -Name Web-Server,Web-WebSockets,Web-Asp-Net,Web-Asp-Net45, Web-Mgmt-Console

2. Check for installed features:

Get-WindowsFeature

3. After installation, IIS Manager can be run by using its full path and name. The default path is:

C:\Windows\System32\inetsrv\InetMgr.exe.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.