While installing SCOM2012R2web console feature, the windows features required can be accomplished with quick installation by executing the PowerShell command:
Open PowerShell console >Run command:
Import-Module ServerManager
Add-WindowsFeature Web-Mgmt-Console,Web-Static-Content,Web-Default-Doc,Web-Dir-Browsing,Web-Http-Errors,Web-Http-Logging,Web-Request-Monitor,Web-Filtering,Web-Stat-Compression,Web-Metabase,Web-Windows-Auth,Web-Asp-Net,Web-Net-Ext45,Web-Asp-Net45, NET-WCF-HTTP-Activation45
Note:
If you installed IIS after installing .NET Framework 4.5, you must register ASP.NET 4.5 with IIS. From the command prompt with administrator privileges, execute the following command:
%WINDIR%\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -r
Software required:
The Microsoft Report Viewer 2012
http://www.microsoft.com/en-us/download/details.aspx?id=35747
Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.