Sometimes, you need to fire SSH commands from a Powershell session. This is quite quick and easy if you have the right tools. First of all, get the Posh-SSH cmdlets off github: https://github.com/darkoperator/Posh-SSH Install this like any other module (Drop it in your PSModulePath – else amend the code below to import the module from […]
↧