Skip to content

Instantly share code, notes, and snippets.

@kkbruce
Created February 17, 2021 08:41
Show Gist options
  • Save kkbruce/d9061c0e3e10882f5b46eb687d18794b to your computer and use it in GitHub Desktop.
Save kkbruce/d9061c0e3e10882f5b46eb687d18794b to your computer and use it in GitHub Desktop.
Setup IIS Web Server By Server Core
Install-WindowsFeature -Name Web-Server
Install-WindowsFeature -Name Web-Http-Redirect, Web-Request-Monitor, Web-Http-Tracing, Web-Dyn-Compression, Web-Basic-Auth, Web-Windows-Auth, Web-Net-Ext45, Web-AppInit, Web-Asp-Net45, Web-WebSockets
Install-WindowsFeature -Name Web-Mgmt-Tools -IncludeAllSubFeature
cd \
.\Windows\System32\inetsrv\InetMgr.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment