Skip to content

Instantly share code, notes, and snippets.

@uialberto
Created May 30, 2020 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uialberto/e8f46217b692d8041fe7aa5b54848fb8 to your computer and use it in GitHub Desktop.
Save uialberto/e8f46217b692d8041fe7aa5b54848fb8 to your computer and use it in GitHub Desktop.
Instalacion IIS Web Server por PowerShell
Write-Host "Instalacion IIS Server Script V1"
Import-Module servermanager
Remove-WindowsFeature Web-ASP, Web-CGI,Web-Ftp-Server
Add-WindowsFeature Web-WebServer, Web-Common-Http, Web-Asp-Net45, Web-Static-Content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment