On Windows Server 2012 , we may sometime face issue adding
it through the Server Manager
I prefer to use the following command to add .Net 3.5 feature using PowerShell
First mount the ISO for windows server . Say it is mounted on D:\
Then run Powershell as Administrator , run the following command
dism /online /enable-feature /featurename:NetFX3 /all /Source:D:\Sources\SXS
Hope this Helps.
Comments
Post a Comment