
December 7th, 2005, 01:49 AM
|
|
Registered User
|
|
Join Date: Nov 2005
Posts: 2
Time spent in forums: 1 h 8 m 32 sec
Reputation Power: 0
|
|
Quote: | Originally Posted by alonflg Hello
I'm searching a way To perform an automatic telnet connection on XP.
the script will log on to the remote computer,
perform some action and then will log-off.
Best Regards.
Alon
I forgot to mention i failed to pass NTLM authentication.
Now i have configured the telnet server to work with plain text.
1. with plain text how do i perform automatic log-in, and perform some action while inside the telnet?
2.how do i preform "NTLM authentication" before the telnet command?(in case i configure NTLM authentication)
3.Where on earth is the group telnetClientGroup ( i can't find it)
4. What is a "stream telnet"? |
It is possible through VBScript to run the telnet command and
send key to simulatae user input.
the importatnt point is that in NTLM authentication the credentials are thos of the person log-in to the computer.
|