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

PowerTip: Use PowerShell to Find Job Help

$
0
0

Summary: Learn how to find more Help about the Windows PowerShell job engine.

Hey, Scripting Guy! Question How can I find out more about Windows PowerShell jobs?

Hey, Scripting Guy! Answer One of the best ways to discover anything about Windows PowerShell is to read the Help files
          and work through the examples that are presented. Each of the cmdlets has its own Help file, for instance:

Get-Help Start-Job –ShowWindow

There are also a set of about_ files:

£> doc about*job* | select name

 

Name

----

about_Jobs

about_Job_Details

about_Remote_Jobs

about_Scheduled_Jobs

about_Scheduled_Jobs_Advanced

about_Scheduled_Jobs_Basics

about_Scheduled_Jobs_Troubleshooting


Viewing all articles
Browse latest Browse all 3333

Trending Articles



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