About 331,000 results
Open links in new tab
  1. Run PowerShell Scripts on a Schedule with Task Scheduler

    Oct 3, 2024 · This guide explains how to configure a PowerShell script to run automatically by using the Windows Task Scheduler. The PS1 script should run in the background, display no pop-ups, and run …

  2. How to Create a PowerShell Scheduled Task — LazyAdmin

    Jan 11, 2024 · Run a PowerShell script using the task scheduler or create the task in Powershell. Learn both options to quickly create and manage your tasks.

  3. New-ScheduledTask (ScheduledTasks) | Microsoft Learn

    Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.

  4. How to Run PowerShell Script from Task Scheduler - Netwrix

    Sep 16, 2024 · Learn how to create a PowerShell scheduled task and run PowerShell scripts from Task Scheduler.

  5. Schedule PowerShell Scripts with Task Scheduler | Zecurit

    Windows Task Scheduler is a built in tool that allows you to automate tasks on your computer. It’s a powerful tool that is often underutilized by IT pros and system administrators. With Task Scheduler …

  6. How to schedule tasks using PowerShell - PDQ

    Jul 2, 2025 · Learn how to schedule tasks using PowerShell or Group Policy. Automate user actions with step-by-step commands.

  7. How to Create Scheduled Tasks in PowerShell? - SharePoint Diary

    Sep 17, 2025 · Automate your tasks with ease by creating scheduled tasks in Windows Task Scheduler using PowerShell. Follow this step-by-step guide!

  8. Task Scheduler: Run PowerShell Script with Ease

    Jan 24, 2024 · Windows Task Scheduler is a built-in tool that allows users to automate tasks based on specific triggers and conditions. This can range from simple actions like playing a sound to complex …

  9. Learn to automate with PowerShell and Task Scheduler

    Feb 7, 2025 · This article looks at some examples of what can be done with Task Scheduler, how to use Task Scheduler with PowerShell and a walkthrough of a real-world example of a scheduled task that …

  10. How to Create and Manage Scheduled Tasks with PowerShell

    Sep 5, 2025 · Rather than using the graphical Task Scheduler (taskschd.msc) snap-in or the legacy schtasks.exe console command, you can use PowerShell to manage scheduled tasks. This post will …