Forum Discussion
Feb 25, 2010
Omit the "-" before iControlSnapin and you should be set. That's a typo in the documentation. By typing in "Get-PSSnapin -Registered" you'll get a list of regsitered snapins and you should see iControlSnapin on that list if you ran the setupsnapin.ps1 script.
If you want to see how it works, check out the iControl CodeShare PowerShell examples
http://devcentral.f5.com/wiki/default.aspx/iControl/PowerShell.html
Click here
The scripts will register the snapin if it isn't already in the current runspace.
Check out the tutorials and examples in the above link and hopefully that will give you enough to get going.
Hope this helps and please post any other questions that come up.
-Joe