Trying to use http://powershellgac.codeplex.com on another computer with powershell 2.0, using it successfully in powershell 3.0 on my main pc but shows this on the other pc:
Get-Module -ListAvailable
Manifest AppLocker {}
Manifest PSDaignostics {}
Manifest TroubleshootingGPack {}
Manifest Gac {}
Manifest Gac {}
Manifest Gac {}
The brackets are all filled on my main pc, why isn't this working? I have set the ExeuctionPolicy to "unrestricted". Still the same error. I have set the $env:PSModulePath correctly on both pcs. (how else would it find the Gac manifest at all)
EDIT: I forgot to add the most important info: When I start the .ps1 script inside Powershell ISE then it works, even on the other pc. So clearly there's nothing wrong with the script itself, so I'm clueless.