Skip to main content

Powershell: Install IIS

Run Powershell as Administrator, then run the command below to install IIS.

Install-WindowsFeature Web-WebServer

Check after installing

Get-WindowsFeature *Web*

Popular posts from this blog

Powershell: Remove-Item

Use Remove-Item to delete files, folders, and more than that

Linux command: Check Current Shell

What is your current shell ?