Wednesday 13 July 2011

Admin: Enable .Net 3.5 SP1 on Windows 2k8

.Net 3.5 Framework SP1 is a pre-req of installing SQL2008 onwards and so I'm posting this here as reminder to myself of how to get this on your Windows 2008 server as you need to enable it via Powershell.

1) Run Powershell with Administrator privileges
2) Execute Import-Module ServerManager
3) Execute Add-WindowsFeature AS-NET-Framework

This is what it should look like:



Enjoy.

No comments:

Post a Comment

/* add this crazy stuff in so i can use syntax highlighter