Search found 3 matches

by atkinsroy
Fri Jul 13, 2018 9:59 pm
Forum: Scripting
Topic: SSH and multiple commands
Replies: 4
Views: 116630

Re: SSH and multiple commands

Thanks for the responses.

1. Using 3.3.1 MU1. Those parameters are not available to me

2. Using a Linux box, so cli.exe is not available

3. Last comment, using stdin works for me. Thanks.
by atkinsroy
Sun Jul 08, 2018 12:30 am
Forum: Scripting
Topic: SSH and multiple commands
Replies: 4
Views: 116630

SSH and multiple commands

What I'd really like to use is: > showvv -nohdtot -csvtable but alas, with the onset of setclienv, these parameters are no more. So I'm left with: > setclienv nohdtot 1; setclienv csvtable 1 ; showvv This is ugly, but it works in the CLI. However, I want to run this remotely, and the following does ...
by atkinsroy
Sat Oct 17, 2015 10:27 pm
Forum: Scripting
Topic: HP 3PAR PowerShell Toolkit
Replies: 11
Views: 252855

Re: HP 3PAR PowerShell Toolkit

I agree. Its disappointing to see a PowerShell module that relies on plink. I'd expect: 1. A properly written module released as a binary with no requirement for other software 2. The most basic expectation for a professionally released PowerShell cmdLet is that it accepts and outputs a single objec...