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

Newark.Johnny

SessionRemoteException Class

I am attempting to retrieve exceptions when the session.open() fails.

I was hoping to do something as simple as

$SessionRemoteException = $Session.Open($SessionOptions).Check()

Write-Host $SessionOpenException.Exception.Message

I am struggling. Any assistance is appreciated

John