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

PowerTip: Find More Information about Windows PowerShell Jobs

$
0
0

Summary: Learn how to discover more information about Windows PowerShell jobs.

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

Hey, Scripting Guy! Answer 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*


Viewing all articles
Browse latest Browse all 3333

Trending Articles



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