Using wodSSH with PowerShell? (General questions)
Hi there,
I heard about wodSSH being able to be used with PowerShell. Can anyone point me to an easy way to start with this?
1. How do I load the DLL to use with PowerShell? (I tried [Reflection.Assembly]::LoadFile( C:WindowsSystem32wodSSH64.dll )) but that doesn't seem to do the trick.
2. How do I create an object and establish my first connection to a remote SSH server via PowerShell?
3. How do I execute an SSH cmd on the target and return any output in the Shell to a variable in PowerShell?
Thanks!
Sean