I've written an asp.net MVC 3 web application ('ADReporter') on my local machine that uses Powershell to retrieve some data. If I run this application locally, everything works fine. Now I'm trying to run it on my Windows 2008 server but …
Is there a simple way to in PowerShell (I imagine using gacutil.exe) to read from a text document a path\assembly and register it in the GAC? So for example a .txt file that looks like:
c:\test\myfile.…
I have created a powershell module that works just fine if I load it like this
Import-Module "C:\temp\My.PowerShell.DocumentConversion.dll"
I did register the module in the global assembly cache as well but can't load it from …