Skip to content

Commit

Permalink
Add missing features
Browse files Browse the repository at this point in the history
  • Loading branch information
LeftTwixWand authored Jan 19, 2024
1 parent b9ddffc commit d5a25eb
Showing 1 changed file with 24 additions and 3 deletions.
27 changes: 24 additions & 3 deletions scripts/install-iis.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# Install IIS Server
Install-WindowsFeature Web-Server, Web-WebServer, Web-Common-Http, Web-Asp-Net, Web-Asp-Net45, Web-Default-Doc, Web-Dir-Browsing, `
Web-Http-Errors, Web-Static-Content, Web-Http-Redirect, Web-Health, Web-Http-Logging, Web-Performance, Web-Stat-Compression, `
Web-Security, Web-Filtering, Web-App-Dev, Web-WebSockets, Web-Mgmt-Tools, Web-Mgmt-Console -IncludeManagementTools
Install-WindowsFeature `
Web-Server, `
Web-WebServer, `
Web-Common-Http, `
Web-Asp-Net, `
Web-Asp-Net45, `
Web-Default-Doc, `
Web-Dir-Browsing, `
Web-Http-Errors, `
Web-Static-Content, `
Web-Http-Redirect, `
Web-Health, `
Web-Http-Logging, `
Web-Performance, `
Web-Stat-Compression, `
Web-Security, `
Web-Filtering, `
Web-App-Dev, `
Web-WebSockets, `
Web-Mgmt-Tools, `
Web-Mgmt-Console, `
FS-FileServer, `
WinRM-IIS-Ext `
-IncludeManagementTools

0 comments on commit d5a25eb

Please sign in to comment.