MikeMM70

Results 4 comments of MikeMM70

I wonder if the output would look better if you were running through the new Windows Terminal? It has better support for VT codes and so it might display cleaner....

Marcelo-0511, I didn't write my response clearly so I believe you misunderstood. The new Windows Terminal would be for running your Powershell session in (replacement for conhost.exe), not to replace...

I was just playing with this cmdlet and came across this error as well. Also the typo in the -LocalAddress option only having one "d" (-LocalAdress). Write-Verbose: C:\Users\MMINOR\Documents\PowerShell\Modules\posh-ssh\3.0.0\Posh-SSH.psm1:2710 Anyway, I...

That looks like a hyphen to me, not a dash. Have you tried converting the filename to Unicode character values to see what that character really is? `$strng[0..$strng.length] | foreach...