Forum Discussion
Powershell as telnet client.
I used the command : telnet 192.168.133.131 30005
the entire output of the "sh run " command is not shown.
- Feb 28, 2024
Ok, you're using PowerShell only to start the normal telnet.exe file. Because of that, it jumps out of the session and displays it in telnet.exe and not in PowerShell itself.
I suggest using SSH instead of telnet, there's a module on GitHub that could help.
https://github.com/Nevets82/Posh-Cisco
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.
If one of the posts was helpful in other ways, please consider giving it a Like.- LainRobertsonFeb 29, 2024Silver Contributor
Also looks like Cisco itself publishes a few official modules that may be worth exploring for this specific scenario.
Cheers,
Lain
- Feb 29, 2024
LainRobertson That seems to be for their Cisco UCS server line. Is it for servers CharafGue or Cisco switches/routers?