Installing .NET 3.5 on Windows Server In an administrative command prompt or powershell console, enter: dism /online /enable-feature /featurename:NetFx3 /all /source:e:\sources\sxs\ Where E:\ is where the install medium is mounted. Tested on 2012 R2 and 2016 Tech Preview 5.