Summary: Learn how to find more Help about the Windows PowerShell job engine.
How can I find out more about Windows PowerShell jobs?
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