You need a PowerShell script to launch automatically every night at 2:00 a.m. on a Windows 10 workstation. Which built-in Windows tool should you use to create this recurring job?
Task Scheduler is the Windows utility designed to automate actions based on time or event triggers. Using Task Scheduler, you can create a daily trigger set for 02:00 a.m. and specify the script as the action. The other options do not provide time-based automation: Event Viewer only records events, Performance Monitor gathers performance data, and Disk Management manages disks and volumes but cannot schedule tasks.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Task Scheduler used for?
Open an interactive chat with Bash
How does Task Scheduler execute a PowerShell script?