NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

TelnetConnection Output Object (Connect-Telnet Cmdlet)

The connection object.

Syntax

Object TelnetConnection {
   string[] Config;
   PSCredential Credential;
   string EOL;
   string FirewallHost;
   string FirewallPassword;
   int FirewallPort;
   string FirewallType;
   string FirewallUser;
   string LocalIP;
   string LogFile;
   string LoginPrompt;
   SwitchParameter NoAuthentication;
   string Password;
   string PasswordPrompt;
   int Port;
   string Server;
   string ShellPrompt;
   string ShellPromptExpression;
   int Timeout;
   string User;
}

Remarks

This object holds the connection. It may be passed to the Connection parameter of related cmdlets.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
NetCmdlets 2016 - Version 16.0 [Build 7240]