Quantcast
Viewing all articles
Browse latest Browse all 36188

PowerTip: Find PowerShell Cmdlets Related to Jobs

Summary: Find Windows PowerShell cmdlets that support the Job or the AsJob parameters.

Image may be NSFW.
Clik here to view.
Hey, Scripting Guy! Question
 How can you find Windows PowerShell cmdlets that relate to jobs?

Image may be NSFW.
Clik here to view.
Hey, Scripting Guy! Answer
 Use the Get-Command cmdlet and the ParameterName parameter to search for parameters with the name Job or AsJob:

Get-Command -ParameterName asjob,job

Image may be NSFW.
Clik here to view.

Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 36188

Trending Articles



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