Configure Powershell Script in Windows Scheduler
Today lets configured your powershell script in widows scheduler.
Lets start the process:
Step 1: Open "Task Scheduler" :
Step 2: Click on "Create Task" :
Step 3: In general, write "scheduler task Name" and enter "Administrator" user:
Step 4: In trigger, enter timing in which you want to run the script:
Step 5: In Action, you have first add "Powershell.exe" in Program/script and in argument add -file "
Step 6: In condition, leave it as it is:
Step 7: In settings, Also leave it as it is and click on "OK":
Now, save the scheduler and sit relaxed.