Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: View and Keep Results of PowerShell Job

$
0
0

Summary: Learn how to view and keep the results of a Windows PowerShell job.

Hey, Scripting Guy! Question  Every time I view the results of a Windows PowerShell job, I lose them. How can I save the results for viewing later?

Hey, Scripting Guy! Answer Use the –Keep parameter on the Receive-Job cmdlet. In this example, I look at the results from Job 2,
          and keep the results for later use:

Receive-Job -id 2 -Keep


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>