About 50 results
Open links in new tab
  1. Run powershell script using Task Scheduler - Microsoft Q&A

    Sep 13, 2020 · I have a script that is reset password of the user. I want to run it use task scheduler every hour once. But is failed. The history of scheduler show the task completed. but the script don't have …

  2. Scheduling Jobs with the Windows PowerShell API - PowerShell

    Sep 17, 2021 · You can use the objects exposed by the N:Microsoft.PowerShell.ScheduledJob namespace to create a scheduled job, define when it runs, and get results about the completed job …

  3. Having Trouble Running Powershell Scripts with Task Scheduler

    Apr 20, 2023 · For the Program/script field I put the path to the PowerShell executable "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe**"** For the Add arguments field, I …

  4. PowerShell Script Not Running from Task Scheduler

    Jun 11, 2025 · Here is the script with its extension changed to .txt for attachment compatibility: ZohoWorkDrive-Checks-NT-ps1.txt This script runs perfectly fine from the command prompt, …

  5. Windows Task Scheduler is unable to launch a PowerShell script

    Mar 5, 2024 · Program/script: powershell.exe Add Arguments: Blank Start In: C\Temp\Folder\Folder where .ps1 file exists Keep in mind, if I run the script by itself, not in Task Scheduler, it works. I've …

  6. Powershell script not working through Task Scheduler

    Apr 14, 2021 · When I run the above script from my laptop through PowerShell console it works fine and disables the AD accounts but the script does not run through the Task Scheduler. In the Scheduler I …

  7. Scheduled Tasks Not Running - Windows Server | Microsoft Learn

    Mar 6, 2025 · For example, if the task runs a customized application or a PowerShell script, locate the process in Task Manager. Then troubleshoot why the process keeps running and doesn't exit by …

  8. Unable to run Task Scheduler Automation - Microsoft Q&A

    Feb 29, 2024 · I am trying to run automation using Task Scheduler on my Windows Server 2019 which is my SQL server. I have created a Windows PowerShell script that calls to an external Azure site to …

  9. PowerShell script won't execute as a Windows scheduled task

    May 12, 2023 · A .ps1 server can run successfully on a Windows 10 Pro server via ISE/Powershell but systematically fail if executed using a .cmd command inserted into a Windows scheduling task (or …

  10. Windows Task Scheduler Job popup is showing whenever the job runs

    Jul 2, 2025 · Task scheduler runs tasks as background processes - Windows Client Provides solutions to an issue where task scheduler runs tasks as background processes after you use sysprep to …