I registered the C:\Program Files (x86)\SolarWinds\Orion SDK\SWQL Studio\SwisPowerShell.dll on my system, but when I went to add the snapin, I get this error:
Add-PSSnapin SwisSnapin
Add-PSSnapin : No snap-ins have been registered for Windows PowerShell version 3.
At line:1 char:1
+ Add-PSSnapin SwisSnapin
+ ~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (SwisSnapin:String) [Add-PSSnapin], PSArgumentException
+ FullyQualifiedErrorId : AddPSSnapInRead,Microsoft.PowerShell.Commands.AddPSSnapinCommand
Is there some trickery I need to do to get this to work with the newest version of powershell? I assume I would get this error on Windows 7 if I upgraded the WMF to verison 3.0 also but I haven't tested that.