October 17th, 2012

PowerTip: Find PowerShell Cmdlets Related to Jobs

Doctor Scripto
Scripter

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

Hey, Scripting Guy! Question How can you find Windows PowerShell cmdlets that relate to jobs?

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

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.