Skip to main content

Command Palette

Search for a command to run...

TIL: How to install IIS web server on Windows Server 2019?

Updated
1 min read
TIL: How to install IIS web server on Windows Server 2019?
  1. Run PowerShell as administrator and install IIS services

     import-module servermanager
     add-windowsfeature web-server -includeallsubfeature
    

  2. Default IIS web server web page on localhost.

Version Notes:

  • Windows Server 2019
  • Microsoft IIS/10.0
  • PowerShell 5.1

Display PowerShell version using $PSVersionTable

More from this blog

iamsywid

13 posts

🌱 learning, unlearning, relearning