Bird
0
0

What is the main purpose of a scheduled task in PowerShell?

easy📝 Conceptual Q11 of 15
PowerShell - System Administration
What is the main purpose of a scheduled task in PowerShell?
ATo monitor system performance continuously
BTo manually execute scripts only when needed
CTo run scripts or programs automatically at specific times
DTo edit files in the system
Step-by-Step Solution
Solution:
  1. Step 1: Understand scheduled task purpose

    Scheduled tasks are designed to automate running scripts or programs without manual intervention.
  2. Step 2: Compare options

    Only To run scripts or programs automatically at specific times describes automatic execution at set times, which matches scheduled tasks.
  3. Final Answer:

    To run scripts or programs automatically at specific times -> Option C
  4. Quick Check:

    Scheduled tasks automate running scripts [OK]
Quick Trick: Scheduled tasks run automatically on a schedule [OK]
Common Mistakes:
  • Confusing scheduled tasks with manual script runs
  • Thinking scheduled tasks monitor system performance
  • Assuming scheduled tasks edit files automatically

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More PowerShell Quizzes