Hello,
I have found the code to schedule jobs on a remote computer, however, I haven't been able to find a way to specify the Username and Password for the task to run under on the remote PC.. ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20761064.html
Zones:
Visual BasicDate Answered: 02/13/2004 Rating: 8.0 Views: 0
i m using this code to set task in windows scheduler
'------------Code is here
Dim objWMIService As Object, objNewJob As Object
Dim ObjBias As Object, ObjItem As Object
Dim lJobId As Long
Di...
http://www.experts-exchange.com/OS/Development/Q_22929094.html
I have a vbscript that creates a task at user logon; the code is located below.
This works just fine if the user has admin rights. The script bombs out if the user does not have admin rights; ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21676158.html
Zones:
Visual BasicDate Answered: 12/27/2005 Rating: 8.2 Views: 14
Hi,
I have a vb script which will run at a scheduled time to send out an email by execute another vb script, Email.vbs. The script is as below.
-----------------------------------------------...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_21757850.html
Zones:
Visual BasicDate Answered: 03/02/2006 Rating: 8.4 Views: 5
The script adds a scheduled task if the user is part of the local administrator group. After fighting with it for numerous days, I gave up on any type of impersonation attempts for it allow it to ...
http://www.experts-exchange.com/Programming/Misc/Q_21972891.html
Hello
Doers any one knows that the object "win32_ScheduledJob" exists in windows 2003 server.
The reason is i need this object to schedulle a task in windows scheduller in my asp. It runs pe...
http://www.experts-exchange.com/Networking/Windows_Networking/NT/Q_20910797.html
I'm attempting to test out the VBScript - WMI Class Win32_ScheduledJob via ScriptoMatic but it doesn't produce any results in the Command window. Even though ScriptOMatic has loaded this Class and ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Script/Q_22933347.ht...
Zones:
VB ScriptDate Answered: 11/06/2007 Rating: 8.8 Views: 28
I need to find out if a particular user name is being used for the scheduled tasks on our servers. I would prefer to use VB Script to do this. However, I am unable to find the field name in Win32...
http://www.experts-exchange.com/Programming/Languages/Scripting/Q_22444333.html