NetCmdlets 2016
  • License
  • NetCmdlets 2016
    Questions / Feedback?

    IMConnection Output Object (Connect-IM Cmdlet)

    The connection object.

    Syntax

    Object IMConnection {
       string AuthDomain;
       string AuthenticationMechanism;
       string CertPassword;
       string CertStore;
       string CertStoreType;
       string CertSubject;
       string[] Config;
       PSCredential Credential;
       string FirewallHost;
       string FirewallPassword;
       int FirewallPort;
       string FirewallType;
       string FirewallUser;
       SwitchParameter Force;
       string LocalIP;
       string LogFile;
       string Password;
       int Port;
       string Server;
       string ServerDomain;
       string SSL;
       string SSLAccept;
       int Timeout;
       string User;
       string UserDomain;
    }

    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]