Advertisement
Guest User

IIS-Setup

a guest
Mar 25th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Enable-WindowsOptionalFeature -Online -FeatureName IIS-WebServerRole
  2. Enable-WindowsOptionalFeature -Online -FeatureName IIS-WebServer
  3. Enable-WindowsOptionalFeature -Online -FeatureName IIS-CommonHttpFeatures
  4. Enable-WindowsOptionalFeature -Online -FeatureName IIS-HttpErrors
  5. Enable-WindowsOptionalFeature -Online -FeatureName IIS-HttpRedirect
  6. Enable-WindowsOptionalFeature -Online -FeatureName IIS-ApplicationDevelopment
  7.  
  8. Enable-WindowsOptionalFeature -online -FeatureName NetFx4Extended-ASPNET45
  9. Enable-WindowsOptionalFeature -Online -FeatureName IIS-NetFxExtensibility45
  10.  
  11. Enable-WindowsOptionalFeature -Online -FeatureName IIS-HealthAndDiagnostics
  12. Enable-WindowsOptionalFeature -Online -FeatureName IIS-HttpLogging
  13. Enable-WindowsOptionalFeature -Online -FeatureName IIS-LoggingLibraries
  14. Enable-WindowsOptionalFeature -Online -FeatureName IIS-RequestMonitor
  15. Enable-WindowsOptionalFeature -Online -FeatureName IIS-HttpTracing
  16. Enable-WindowsOptionalFeature -Online -FeatureName IIS-Security
  17. Enable-WindowsOptionalFeature -Online -FeatureName IIS-RequestFiltering
  18. Enable-WindowsOptionalFeature -Online -FeatureName IIS-Performance
  19. Enable-WindowsOptionalFeature -Online -FeatureName IIS-WebServerManagementTools
  20. Enable-WindowsOptionalFeature -Online -FeatureName IIS-IIS6ManagementCompatibility
  21. Enable-WindowsOptionalFeature -Online -FeatureName IIS-Metabase
  22. Enable-WindowsOptionalFeature -Online -FeatureName IIS-ManagementConsole
  23. Enable-WindowsOptionalFeature -Online -FeatureName IIS-BasicAuthentication
  24. Enable-WindowsOptionalFeature -Online -FeatureName IIS-WindowsAuthentication
  25. Enable-WindowsOptionalFeature -Online -FeatureName IIS-StaticContent
  26. Enable-WindowsOptionalFeature -Online -FeatureName IIS-DefaultDocument
  27. Enable-WindowsOptionalFeature -Online -FeatureName IIS-WebSockets
  28. Enable-WindowsOptionalFeature -Online -FeatureName IIS-ApplicationInit
  29. Enable-WindowsOptionalFeature -Online -FeatureName IIS-ISAPIExtensions
  30. Enable-WindowsOptionalFeature -Online -FeatureName IIS-ISAPIFilter
  31. Enable-WindowsOptionalFeature -Online -FeatureName IIS-HttpCompressionStatic
  32. Enable-WindowsOptionalFeature -Online -FeatureName IIS-ASPNET45
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement