we have to test on 100 servers whether telnet is installed or not? if installed we have to check port is working or not (telnet 10.20.30.40 1234) if not installed we have to install and test the port is enabled or not? is it possible in Python script, if yes please help.
Thanks in advance.