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

Microsoft AI Shell: Notes

AI Shell

AWS Lightsail: Notes

One of ways to learn AWS is start with https://aws.amazon.com/lightsail/ , first month is free.