$Pass = ConvertTo-SecureString -String "2423asfds" -AsPlainText -Force $Credential = New-Object -TypeName "System.Management.Automation.PSCredential" -ArgumentList "usuario1", $Pass New-SSHSession -ComputerName host.com -Credential $Credential
Realizar una conexión SSH indicando el usuario y el password como parámetros (Seguridad, PowerShell)
Except where otherwise noted, Jesusninoc by Jesús N. is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.