Summary: Learn how to discover more information about Windows PowerShell jobs.
How can I learn more about Windows PowerShell jobs?
To find out more about any Windows PowerShell topic, research the Help files for each cmdlet:
Get-Help Start-Job –ShowWindow
To discover the job related cmdlets:
Get-Command *job
Not everything is job-related, but the PrintJob cmdlets can be easily filtered.
You’re looking for the cmdlets in these two modules: –PSScheduledJob and Microsoft.PowerShell.Core.
The last place to look is the _about files:
Get-Help about*job*