Forum Discussion
Omer_Iqbal_6912
Apr 12, 2011Nimbostratus
Issues with iControl.dll on network?
Hi:
I have a few PowerShell Cmdlets in a dll that in turn uses iControl.dll to access configuration in the F5 switch. Execution from a local machine succeeds, however, when the module is i...
Apr 12, 2011
And another...http://pscx.codeplex.com/discussions/215223
It looks like anything pre-.NET4, all network shares are untrusted and you must explicitly grant trust to the share with the caspol.exe tool.
Set-Alias CasPol "$([Runtime.InteropServices.RuntimeEnvironment]::GetRuntimeDirectory())CasPol.exe"
CasPol -polchgprompt off -machine -addgroup 1.2 -url file://\\YourServer\Modules\* FullTrust
Hopefully this one will do it for you!
At least we now know what the problem is. This is going to be a good tech tip. Thanks for the feedback and help with the solution (hopefully this solves it).
-Joe
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects