Skip to main content

Script Center

Script Center
We are dedicated to the system administration scripters of the world. At the Microsoft Script Center, we focus on teaching people how to use Windows PowerShell and VBScript to reduce time spent performing mundane tasks.

Hey, Scripting Guy! Blog

Script Center Home Page

PowerTip: Find PowerShell Cmdlets Related to Jobs
Summary: Find Windows PowerShell cmdlets that support the Job or the AsJob parameters. How can you find Windows PowerShell cmdlets that relate to jobs? Use the Get-Command cmdlet and the ParameterName parameter to search for parameters with the name Job or AsJob: Get-Command -ParameterName asjob,job

Recent Posts

Â