Eu preciso conectar no PowerShell com host remoto por telnet. Eu pensei em usar plink. Então eu tentei plink.exe -telnet -P 23 '10.10.10.2' < .\commands.txt
Mas eu recebo um erro:
At line:1 char:38
+ plink.exe -telnet -P 23 '10.10.10.1' < ".\commands.txt"
+ ~
The '<' operator is reserved for future use.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : RedirectionNotSupported
Além disso, como transferir a senha se -pw
type deve usar somente para ssh?
Tags powershell telnet plink