Here is a quick one line command to install all the required roles and features for the new Service Manager HTML5 Self-Service Portal.
1 | Install-WindowsFeature –Name WEB-Server,WEB-WebServer,WEB-Common-Http,WEB-Default-Doc,WEB-Dir-Browsing,WEB-Http-Errors,WEB-Static-Content,WEB-Health,WEB-Http-Logging,WEB-Performance,WEB-Stat-Compression,WEB-Security,WEB-Filtering,WEB-Basic-Auth,WEB-Windows-Auth,WEB-App-Dev,WEB-NET-Ext45,WEB-ASP,WEB-Asp-Net45,WEB-ISAPI-Ext,WEB-ISAPI-Filter,WEB-Mgmt-Tools,WEB-Mgmt-Console,NET-Framework-Features,NET-Framework-Core,NET-Framework-45-Features,NET-Framework-45-Core,NET-Framework-45-ASPNET,NET-WCF-Services45,NET-WCF-HTTP-Activation45,NET-WCF-TCP-PortSharing45 |
Remember to launch PowerShell as an administrator before executing this command.