Skip to main content

How to install IIS via Powershell in Windows Server

INTRODUCTION

Internet Information Services(IIS) is an extensible web server software created by Microsoft for use with the Windows NT family. IIS supports HTTP, HTTP/2, HTTPS, FTP, FTPS, SMTP and NNTP. It has been an integral part of the Windows NT family since Windows NT 4.0, though it may be absent from some editions (e.g. Windows XP Home edition), and is not active by default. In this tutorial, we will learn How to install IIS via Powershell in Windows Server 2012R2, 2016, 2019, 2022.

Prerequisites - install IIS via Powershell in Windows

  • A server with Microsoft Windows Server operating system installed on it.

  • You are logged on to the Windows Server as an Administrator.

  • Microsoft Powershell in Administrator mode.

Step 1. Open Powershell as Administrator

install IIS via Powershell in Windows

Run the following command:

Install-WindowsFeature Web-Server -IncludeManagementTools

Open Server Manager and check that IIS is installed in ONE click.

install IIS via Powershell in Windows

Thank You!