Using the Windows PowerShell Jobs Course. This course is designed to familiarize IT professionals with the Works feature in Windows PowerShell. In this course, you’ll learn how to use background jobs, threaded jobs, and scheduled jobs to get more done with PowerShell in less time.
What you will learn:
- Windows PowerShell is primarily a single-threaded scripting language. When you run a command, you need to wait for it to complete before doing anything else. In this course, you’ll learn how to use the Jobs feature in PowerShell. This feature allows you to run time-consuming commands in the background while you continue your work.
- First, you’ll learn how to use the built-in Windows PowerShell background jobs feature. This is a useful method for executing commands in parallel.
- Then you’ll be introduced to threaded jobs, which have several advantages over traditional background jobs.
- Finally, you’ll explore scheduled jobs, which combine the simplicity of background jobs with the power of scheduled jobs.
- By taking this course, you’ll gain more PowerShell skills so you can do more in less time.
This course is suitable for people who:
- IT specialists
- System administrators
- PowerShell script writers