NetCmdlets 2016
NetCmdlets 2016
Questions / Feedback?

Shell Output Object (Invoke-Rshell Cmdlet)

Object containing stdout data returned from the Server .

Syntax

Object Shell {
   string Text;
   bool EOL;
}

Remarks

After sending a command, one or more Shell objects will contain a line of text output by that process in its standard output. The incoming data is provided through the Text parameter.

EOL indicates whether the End Of Line string was found on the end of Text or not. If that string was found then EOL is True, otherwise it is False.

The exit code from the command that is executed will be returned in the LastExitCode variable.

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

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