Created
February 17, 2021 08:41
-
-
Save kkbruce/d9061c0e3e10882f5b46eb687d18794b to your computer and use it in GitHub Desktop.
Setup IIS Web Server By Server Core
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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