No announcements
Found 2197908 threads
-
0 Votes
PowerShell that executes VBS scripts from Task Scheduler
and the script runs fine. From the Task Scheduler though, the command window doesn't launch and the script appears to hang. From ...Answered | 5 Replies | 1098 Views | Created by Ron-F-newScripter - Thursday, August 23, 2018 2:58 PM | Last reply by jrv - Thursday, August 23, 2018 8:56 PM -
0 Votes
Cannot run PowerShell scripts via Task Scheduler
I have PS scripts that I can execute successfully on a Windows Server 2012 R2. But if I run a PS script via Task Scheduler, the task is in Running state ...Unanswered | 1 Replies | 866 Views | Created by Jazzmanvibratio - Thursday, April 19, 2018 2:23 PM | Last reply by Partha1012 - Thursday, June 21, 2018 11:15 AM -
0 Votes
VBS started from Task scheduler stopped working.
Hello Windows Server 2008 R2 Existing vbs script is started by .bat file from task scheduler daily. After ...Unanswered | 2 Replies | 856 Views | Created by dariely - Wednesday, June 10, 2015 8:06 AM | Last reply by jrv - Wednesday, June 10, 2015 8:46 AM -
0 Votes
Feature request - Task Scheduler and Powershell scripts
Hi. Given that Powershell is the way forward, and I want to use it a lot, it would be great to add an option in Task Scheduler to replace/enhance the Run A Program ...Answered | 1 Replies | 796 Views | Created by lefrinj - Thursday, March 13, 2014 4:41 PM | Last reply by Denis Cooper - Thursday, March 13, 2014 10:55 PM -
0 Votes
Windows 7 Task Scheduler: Starting a VBS that executes WMI actions on remote Windows systems
). The VBS is started, that works. But not all WMI actions on the remote Windows systems could be ...Unanswered | 1 Replies | 359 Views | Created by Schwabenstolz1973 - Tuesday, April 25, 2017 11:18 AM | Last reply by jrv - Tuesday, April 25, 2017 12:54 PM -
28 Votes
Executing powershell scripts via Task Scheduler
I also had issues executing a Powershell script from the task scheduler so I created a batch file to execute the Powershell script and that fixed ...Answered | 17 Replies | 206697 Views | Created by Greggomate - Tuesday, April 10, 2012 7:17 PM | Last reply by Batman_DY - Monday, February 19, 2018 1:25 PM -
0 Votes
VBS: Task Scheduler export problem
Hi. I'm programming a Windows Sidebar Gadget for Windows Vista SP1. First, I'm creating a new Task in Task Scheduler, that works fine. Then, I ...Unanswered | 2 Replies | 9005 Views | Created by jmeie - Wednesday, March 18, 2009 11:30 AM | Last reply by Martin Xie - MSFT - Friday, March 20, 2009 11:16 AM -
1 Votes
PowerShell and Task Scheduler - Only Part of Script Executes
. This file is then used as the body of an email that is sent using the Send-MailMessage cmdlet. The script works as expected from the PowerShell ...Answered | 3 Replies | 4717 Views | Created by awf1130 - Friday, June 1, 2012 5:58 PM | Last reply by Just Karl - Friday, June 1, 2012 9:50 PM -
1 Votes
Windows Powershell & Task Scheduler
file with Task Scheduler. I have even found this to be not 100% perfect, as one of my scripts started misbehaving recently. I fixed it by installing PS V3, and ...Answered | 4 Replies | 3400 Views | Created by Bertand1 - Wednesday, October 3, 2012 12:30 PM | Last reply by Bertand1 - Wednesday, October 3, 2012 12:51 PM -
0 Votes
Task Scheduler not work on vbs
is possible I create a .bat and point to the .vbs and on Task Scheduler is set to the .bat file?Answered | 8 Replies | 697 Views | Created by chkelvin - Tuesday, July 31, 2018 7:02 AM | Last reply by jrv - Wednesday, August 1, 2018 8:10 AM -
0 Votes
VBS doesn't run PS1 in task scheduler
Hello, I have two scripts. VBS: set shell = wscript.createobject("wscript.shell") shell.run "powershell -fileAnswered | 7 Replies | 862 Views | Created by Anahaym - Monday, February 18, 2019 2:44 PM | Last reply by Anahaym - Monday, February 18, 2019 4:06 PM -
0 Votes
Task Scheduler PowerShell Script
in PowerShell but not Task Scheduler. I see powershell.exe run for a brief second in task manager, then disappears with notepad not even closing.Answered | 7 Replies | 1031 Views | Created by Blacksuit1 - Monday, November 11, 2019 10:58 PM | Last reply by Blacksuit1 - Friday, November 15, 2019 8:38 PM -
0 Votes
Executing powershell ise(x86) scripts via Task Scheduler
hi i have powershell script that can only run with powershell ISE(X86) and i want to add it to Task Scheduler ...Answered | 10 Replies | 7728 Views | Created by AnWarZ - Monday, August 18, 2014 8:41 AM | Last reply by AnWarZ - Thursday, August 21, 2014 6:51 AM -
2 Votes
DPM powershell script run from Task Scheduler
Hello, I have problem with run dpm powershell script. How can i do that the scripts work from task ...Unanswered | 7 Replies | 3166 Views | Created by andrejbaus - Wednesday, July 31, 2013 2:14 PM | Last reply by andrejbaus - Tuesday, August 6, 2013 6:36 AM -
0 Votes
running a powershell script from task scheduler
What's the right way to run a powershell script with task scheduler? I found various syntaxes in my web search and they all do the same ...Answered | 1 Replies | 5312 Views | Created by mamorten - Sunday, April 4, 2010 5:53 AM | Last reply by Salvador Manaois III - Sunday, April 4, 2010 6:23 AM -
0 Votes
PowerShell - Task scheduler
https://social.technet.microsoft.com/Forums/scriptcenter/en-US/23e9c423-1b88-4298Unanswered | 6 Replies | 915 Views | Created by George K U - Monday, March 26, 2018 3:45 AM | Last reply by George K U - Tuesday, April 3, 2018 1:22 AM -
1 Votes
How to run a vbs file using task scheduler?
Hi, I am trying to create a task (in task scheduler) to execute a vbscript file. The vbs file execute from the run command, ...Answered | 2 Replies | 204803 Views | Created by Jimmy Thomas - Friday, April 30, 2010 6:47 AM | Last reply by Santhosh Sivarajan- - Friday, April 30, 2010 4:12 PM -
1 Votes
Task Scheduler not running python scripts
I am having trouble running a python script from task scheduler. It either runs and says it completes successfully but it doesn't since there is no output. Or it doesnt run ...Answered | 2 Replies | 21960 Views | Created by iamchang90 - Tuesday, November 19, 2013 11:17 PM | Last reply by AnnaWY - Wednesday, November 20, 2013 8:33 AM -
0 Votes
Error Occurred when running batch (that calls powershell scripts) from TWS (Tivoli Workload Scheduler)
Batch File -> Powershell Script -
0 Votes
Error Occurred when running batch (that calls powershell scripts) from TWS (Tivoli Workload Scheduler)
Batch File -> Powershell Script - Items 1 to 20 of 2197908 Next ›
No announcements