PowerTip: Receive Results from a Disconnected PowerShell Session

Doctor Scripto

Summary: Learn how to receive results from a Windows PowerShell disconnected session.

Hey, Scripting Guy! Question How can I receive results from a disconnected Windows PowerShell session in Windows PowerShell 3.0?

Hey, Scripting Guy! Answer Use the Receive-PSSession cmdlet, and specify the name, session name, or the instance ID of the disconnected session, as shown here.

Receive-PSSession -Id 3

 

0 comments

Discussion is closed.

Feedback usabilla icon