Get Create and manage background jobs and scheduled jobs in Windows PowerShell Microsoft Quiz Answers
This learning path explains the jobs feature of Windows PowerShell. Jobs are an extension point in Windows PowerShell, and there are several types of jobs. Each type works slightly differently and has distinct capabilities.
Prerequisites:
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, hash tables, and scripting constructs in Windows PowerShell
- Familiarity to administer remote computers with Windows PowerShell
- Familiarity to manage Azure resources and Microsoft 365 services with Windows PowerShell
Enroll on Microsoft
Module 1: Create and manage background jobs using Windows PowerShell
This module explains the three types of jobs: local jobs, Windows PowerShell remote jobs, and Common Information Model (CIM)/Windows Management Instrumentation (WMI) jobs. These job types form the basis of the Windows PowerShell job system.
Learning objectives:
Upon completion of this module, the learner will be able to:
- Explain the purpose and functionality of background jobs.
- Start jobs.
- Manage jobs.
- Retrieve job results.
- Use background jobs.
Prerequisites:
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, hash tables, and scripting constructs in Windows PowerShell
- Familiarity to administer remote computers with Windows PowerShell
- Familiarity to manage Azure resources and Microsoft 365 services with Windows PowerShell
This module is part of these learning paths:
Quiz 1: Knowledge check
Q1. Which Windows PowerShell cmdlet should you use to run a background task?
- Receive-Job
- Start-Job
- Get-Job
Q2. You need to list results of a background task you invoked by using Windows PowerShell. You need to ensure that you will be able to retrieve the same job results again. What should you run?
- The Get-Job cmdlet with the -Keep parameter
- The Receive-Job cmdlet with the -Keep parameter
- The Get-Job cmdlet with the -IncludeChildJobs parameter
Module 2: Create and manage scheduled jobs using Windows PowerShell
This module covers how to use scheduled jobs. In Windows PowerShell, scheduled jobs are essentially scheduled tasks. They follow the same rules for actions, triggers, and other features, and run Windows PowerShell scripts by design.
Learning objectives:
Upon completion of this module, the learner will be able to:
- Explain how to run Windows PowerShell scripts as scheduled tasks.
- Create and run a Windows PowerShell script as a scheduled task.
- Explain the purpose and use of scheduled jobs.
- Create job options and triggers.
- Create scheduled jobs.
- Retrieve scheduled job results.
- Use scheduled jobs.
Prerequisites:
- Familiarity with Windows networking technologies and implementation
- Familiarity with Windows Server administration, maintenance, and troubleshooting
- Familiarity with Windows PowerShell and its commands to perform specific tasks
- Familiarity with PowerShell cmdlets used for system administration tasks related to Active Directory, network configuration, server administration, and Windows 10 device administration
- Familiarity with Windows PowerShell pipeline, PowerShell providers, and PowerShell drives
- Familiarity with CIM and WMI technologies
- Familiarity to use variables, arrays, hash tables, and scripting constructs in Windows PowerShell
- Familiarity to administer remote computers with Windows PowerShell
- Familiarity to manage Azure resources and Microsoft 365 services with Windows PowerShell
This module is part of these learning paths:
Quiz 1: Knowledge check
Q1. Which PowerShell cmdlet should you use to specify that a scheduled task that you will be creating should run with elevated privileges?
- New-ScheduledJobOption
- New-JobTrigger
- Register-ScheduledJob
Q2. You need to ensure that job you created will be running weekly. What PowerShell cmdlet should you use?
- Get-Job
- New-JobTrigger
- New-ScheduledJobOption
Conclusion:
I hope this Create and manage background jobs and scheduled jobs in Windows PowerShell Microsoft Quiz Answers would be useful for you to learn something new from this problem. If it helped you then don’t forget to bookmark our site for more Coding Solutions.
This Problem is intended for audiences of all experiences who are interested in learning about Data Science in a business context; there are no prerequisites.
Keep Learning!
More Coding Solutions >>
LeetCode Solutions
Hacker Rank Solutions
CodeChef Solutions