6 responses to “Scriptable SSH from PowerShell”

  1. Hal Rottenberg

    Great one Joel! Will definitely be mentioning this in the next podcast.

  2. Oisin G.

    Nice work man, really cool.

  3. Tyson.Kopczynski

    Rock’en… If I have time, and if you do not mind. I will rip some of the SCP functionality out of a module I wrote for a client of mine and enhance this module.

  4. Alan Renouf

    Great post, I was looking for a way to extract security information from an ESX server and this looks like it will do the trick. Thanks

  5. Dan Baskette

    Very Nice. I tried out NetCMDLETS in my first version of my PowerVDI scripts and eventually settled on using PLINK. This seems to be an even cleaner way to do it for “free”. The problem I had with plink was it was really more of a command forwarder. I found I was building A LOT of SSH sessions that after awhile got very time consuming.

    Thanks for the post.