Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Opening Multiple Sessions in PowerShell Script

Of course. Just create multiple instances of Session class. You can run them in parallel (from multiple threads) or in sequence. As you like.
JasonRkr

Opening Multiple Sessions in PowerShell Script

Group,

Hello and Happy Friday to you all.

Is it possible to open multiple sessions in a PowerShell script? If so, can someone point me to an example? I need to pull files from one UNIX server and then upload them to another.

Thanks,

J