ThomasArtig
ThomasArtig
When i send the 3 commands i use the same syntax : ```$stream.Write("application configure ise`n")``` with the **`n** at the end.
I just saw if you look at my post via Email the "backtick" doesn't show up, but they are here !
Here is the console logs when i run the script above : ``` PS C:\Users\ME> Import-Module Posh-SSH $password = ConvertTo-SecureString "PSSWRD" -AsPlainText -Force $credential = New-Object PSCredential ("USER", $password) New-SSHSession...
Hey, I'm back on the subject, any update or idea on the issue ?
I didn't think of reading the stream and add a condition, do you have any exemple of code that i can replicate and try this solution ?