How to install a DLL to the GAC on Windows 2012 using only PowerShell (without having to install SDK or Visual Studio)
Prior to Windows Server 2012 I had been use to installing DLL files in the Windows Global Assembly Cache (GAC) by either opening the Windows/Assembly folder in Explorer and simply dragging and dropping the file, or by using GacUtil.exe
With Windows Server…
View Post










