I can start an SSH session to an R300 using these commandlets:
PS C:\WINDOWS\system32> $ruckussession = New-SSHSession -ComputerName 192.168.5.2 -Credential $credPS C:\WINDOWS\system32> Invoke-SSHCommand -Index $ruckussession.SessionId -Command $com...