PowerTip: Receive Results from a Disconnected PowerShell Session

PowerTip: Receive Results from a Disconnected PowerShell Session

Rate This
  • Comments 1

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

 

Leave a Comment
  • Please add 2 and 5 and type the answer here:
  • Post
  • love PowerTips ... Often very useful, easy, and objectives!

Page 1 of 1 (1 items)