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

Install Microsoft .NET Core SDK

.NET Core Software Development Kit (SDK) is a set of libraries and tools that allow developers to create .NET Core applications and libraries.

Wireguard VPN: Notes

Notes while trying Wireguard VPN on some of my testbeds.