Monday, 6 August 2012

Powershell : Import-Module : Could not load file or assembly

Sometimes you might face above issue while importing module(written using C# dll) downloaded from internet. One reason could be that, windows considers downloaded dll's as malicious or whatever, so just 'Unblock'(right-click into Properties->General tab) if you trust it.

No comments: