Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Run as Administrator, swithc to new windows
- Start-Process powershell -Verb runAs
- # Install IIS with ASP.NET Framework support
- PS C:\Windows\system32> Install-WindowsFeature Web-Server, Web-Asp-Net45 -IncludeManagementTools
- Success Restart Needed Exit Code Feature Result
- ------- -------------- --------- --------------
- True No Success {ASP.NET 4.8, Application Development, ASP...
- PS C:\Windows\system32> Get-WindowsFeature Web*
- Display Name Name Install State
- ------------ ---- -------------
- [ ] Web Application Proxy Web-Application-Proxy Available
- [X] Web Server (IIS) Web-Server Installed
- [X] Web Server Web-WebServer Installed
- [X] Common HTTP Features Web-Common-Http Installed
- [X] Default Document Web-Default-Doc Installed
- [X] Directory Browsing Web-Dir-Browsing Installed
- [X] HTTP Errors Web-Http-Errors Installed
- [X] Static Content Web-Static-Content Installed
- [ ] HTTP Redirection Web-Http-Redirect Available
- [ ] WebDAV Publishing Web-DAV-Publishing Available
- [X] Health and Diagnostics Web-Health Installed
- [X] HTTP Logging Web-Http-Logging Installed
- [ ] Custom Logging Web-Custom-Logging Available
- [ ] Logging Tools Web-Log-Libraries Available
- [ ] ODBC Logging Web-ODBC-Logging Available
- [ ] Request Monitor Web-Request-Monitor Available
- [ ] Tracing Web-Http-Tracing Available
- [X] Performance Web-Performance Installed
- [X] Static Content Compression Web-Stat-Compression Installed
- [ ] Dynamic Content Compression Web-Dyn-Compression Available
- [X] Security Web-Security Installed
- [X] Request Filtering Web-Filtering Installed
- [ ] Basic Authentication Web-Basic-Auth Available
- [ ] Centralized SSL Certificate Support Web-CertProvider Available
- [ ] Client Certificate Mapping Authentic... Web-Client-Auth Available
- [ ] Digest Authentication Web-Digest-Auth Available
- [ ] IIS Client Certificate Mapping Authe... Web-Cert-Auth Available
- [ ] IP and Domain Restrictions Web-IP-Security Available
- [ ] URL Authorization Web-Url-Auth Available
- [ ] Windows Authentication Web-Windows-Auth Available
- [X] Application Development Web-App-Dev Installed
- [ ] .NET Extensibility 3.5 Web-Net-Ext Available
- [X] .NET Extensibility 4.8 Web-Net-Ext45 Installed
- [ ] Application Initialization Web-AppInit Available
- [ ] ASP Web-ASP Available
- [ ] ASP.NET 3.5 Web-Asp-Net Available
- [X] ASP.NET 4.8 Web-Asp-Net45 Installed
- [ ] CGI Web-CGI Available
- [X] ISAPI Extensions Web-ISAPI-Ext Installed
- [X] ISAPI Filters Web-ISAPI-Filter Installed
- [ ] Server Side Includes Web-Includes Available
- [ ] WebSocket Protocol Web-WebSockets Available
- [ ] FTP Server Web-Ftp-Server Available
- [ ] FTP Service Web-Ftp-Service Available
- [ ] FTP Extensibility Web-Ftp-Ext Available
- [X] Management Tools Web-Mgmt-Tools Installed
- [X] IIS Management Console Web-Mgmt-Console Installed
- [ ] IIS 6 Management Compatibility Web-Mgmt-Compat Available
- [ ] IIS 6 Metabase Compatibility Web-Metabase Available
- [ ] IIS 6 Management Console Web-Lgcy-Mgmt-Console Available
- [ ] IIS 6 Scripting Tools Web-Lgcy-Scripting Available
- [ ] IIS 6 WMI Compatibility Web-WMI Available
- [ ] IIS Management Scripts and Tools Web-Scripting-Tools Available
- [ ] Management Service Web-Mgmt-Service Available
- [ ] IIS Hostable Web Core Web-WHC Available
- [ ] WebDAV Redirector WebDAV-Redirector Available
Advertisement
Add Comment
Please, Sign In to add comment