November 21st, 2012

PowerTip: Receive Results from a Disconnected PowerShell Session

Doctor Scripto
Scripter

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

 

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.