|
Parameter
|
Description
|
|
<ComputerName>
|
Specifies the name of the server to connect to. The default is the local computer.
|
|
-u <UserName> -p <Password>
|
Specifies administrative credentials for a remote server that you want to administer. This parameter is required if you want to administer a remote server to which you are not logged on with administrative credentials.
|
|
start
|
Starts the Telnet Server Service.
|
|
stop
|
Stops the Telnet Server Service
|
|
pause
|
Pauses the Telnet Server Service. No new connections will be accepted.
|
|
continue
|
Resumes the Telnet Server Service.
|
|
-s {<SessionID> | all}
|
Displays active Telnet sessions.
|
|
-k {<SessionID> | all}
|
Ends Telnet sessions. Type the Session ID to end a specific session, or type all to end all the sessions.
|
|
-m {<SessionID> | all} “<Message>”
|
Sends a message to one or more sessions. Type the session ID to send a message to a specific session, or type all to send a message to all sessions. Type the message that you want to send between quotation marks.
|
|
config dom = <Domain>
|
Configures the default domain for the server.
|
|
config ctrlakeymap = {yes | no}
|
Specifies if you want the Telnet server to interpret CTRL+A as ALT. Type yes to map the shortcut key, or type no to prevent the mapping.
|
|
config timeout = <hh>:<mm>:<ss>
|
Sets the time-out period in hours, minutes, and seconds.
|
|
config timeoutactive = {yes | no
|
Enables the idle session timeout.
|
|
config maxfail = <Attempts>
|
Sets the maximum number of failed logon attempts before disconnecting.
|
|
config maxconn = <Connections>
|
Sets the maximum number of connections.
|
|
config port = <Number>
|
Sets the Telnet port. You must specify the port with an integer smaller than 1024.
|
|
config sec {+ | -}NTLM {+ | -}passwd
|
Specifies whether you want to use NTLM, a password, or both to authenticate logon attempts. To use a particular type of authentication, type a plus sign (+) before that type of authentication. To prevent using a particular type of authentication, type a minus sign (-) before that type of authentication.
|
|
config mode = {console | stream}
|
Specifies the mode of operation.
|
|
-?
|
Displays Help at the command prompt.
|