Install SCOM 2012 Pre requisites

Today I was installing SCOM 2012 on a Windows Server 2012 std server.

This is how you easily install the necessary pre requisites for SCOM 2012 :

Use servermanager to add .NET framework 3.5, then..

..Launch PowerShell with administrative privileges.

Run the following command :

Import-Module ServerManager

Followed by the following commands :

Add-WindowsFeature NET-Framework-Core,
Web-Static-Content,Web-Default-Doc,
Web-Dir-Browsing,Web-Http-Errors,Web-Http-Logging,
Web-Request-Monitor,Web-Filtering,Web-Stat-Compression,
AS-Web-Support,Web-Metabase,Web-Asp-Net,
Web-Windows-Auth –restart

and

c:\windows\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe -r

Finally :

c:\windows\system32\inetsrv\appcmd set 
config /section:isapiCgiRestriction 
/[path=`'C:\Windows\Microsoft.NET\
Framework64\v4.0.30319\aspnet_isapi.dll`']
.allowed:True

Reboot your server and you’re all set to go!

 

WordPress Tags: SCOM,Windows,Server,PowerShell

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.