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.