Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > How to start a schedule task from remote computer.

Reply
Thread Tools Display Modes

How to start a schedule task from remote computer.

 
 
Colin Han
Guest
Posts: n/a

 
      07-25-2007
Now, in vista. We can not show the "Task Scheduler" folder of a remote
computer in Windows Explorer. I understood that is from secure reason.
But I want start a remote process. Task Scheduler is a good way. I can not
use it in vista. Have another way?
 
Reply With Quote
 
 
 
 
Andrew McLaren
Guest
Posts: n/a

 
      07-25-2007
> Now, in vista. We can not show the "Task Scheduler" folder of a remote
> computer in Windows Explorer. I understood that is from secure reason.
> But I want start a remote process. Task Scheduler is a good way. I can not
> use it in vista. Have another way?



Hi Colin,

The Task Scheduler on one computer, can connect to the Scheduler service on
a remote computer. This way, you can define tasks on a remote computer using
the Task Scheduler Management Console.

When you run Task Scheduler, go to the Action menu on the menu bar. The
first item on that menu is "Connect to another computer". Enter the name or
IP address of the remote computer (and user credentials, if necessary) and
hit OK. It will take a second or two to connect. Then you will see two sets
of tasks in Task Scheduler - one called "(local)" for the local machine, and
one with the name of the remote computer.

By default, the Vista Windows Firewall blocks remote administration -
including remote task scheduling. You need to adjust the firewall on the
remote computer, to allow incoming remote administration requests. After
that, it should work.

Let us know how you get on ...

--
Andrew McLaren
amclar (at) optusnet dot com dot au


 
Reply With Quote
 
PaulB
Guest
Posts: n/a

 
      07-25-2007
Is this true for Home Premium?
--
Paul


"Andrew McLaren" wrote:

> > Now, in vista. We can not show the "Task Scheduler" folder of a remote
> > computer in Windows Explorer. I understood that is from secure reason.
> > But I want start a remote process. Task Scheduler is a good way. I can not
> > use it in vista. Have another way?

>
>
> Hi Colin,
>
> The Task Scheduler on one computer, can connect to the Scheduler service on
> a remote computer. This way, you can define tasks on a remote computer using
> the Task Scheduler Management Console.
>
> When you run Task Scheduler, go to the Action menu on the menu bar. The
> first item on that menu is "Connect to another computer". Enter the name or
> IP address of the remote computer (and user credentials, if necessary) and
> hit OK. It will take a second or two to connect. Then you will see two sets
> of tasks in Task Scheduler - one called "(local)" for the local machine, and
> one with the name of the remote computer.
>
> By default, the Vista Windows Firewall blocks remote administration -
> including remote task scheduling. You need to adjust the firewall on the
> remote computer, to allow incoming remote administration requests. After
> that, it should work.
>
> Let us know how you get on ...
>
> --
> Andrew McLaren
> amclar (at) optusnet dot com dot au
>
>
>

 
Reply With Quote
 
noaim
Guest
Posts: n/a

 
      07-25-2007
yes

"PaulB" <> wrote in message
news:768FB163-66F8-4C9D-AD31-...
> Is this true for Home Premium?
> --
> Paul
>
>
> "Andrew McLaren" wrote:
>
>> > Now, in vista. We can not show the "Task Scheduler" folder of a remote
>> > computer in Windows Explorer. I understood that is from secure reason.
>> > But I want start a remote process. Task Scheduler is a good way. I can
>> > not
>> > use it in vista. Have another way?

>>
>>
>> Hi Colin,
>>
>> The Task Scheduler on one computer, can connect to the Scheduler service
>> on
>> a remote computer. This way, you can define tasks on a remote computer
>> using
>> the Task Scheduler Management Console.
>>
>> When you run Task Scheduler, go to the Action menu on the menu bar. The
>> first item on that menu is "Connect to another computer". Enter the name
>> or
>> IP address of the remote computer (and user credentials, if necessary)
>> and
>> hit OK. It will take a second or two to connect. Then you will see two
>> sets
>> of tasks in Task Scheduler - one called "(local)" for the local machine,
>> and
>> one with the name of the remote computer.
>>
>> By default, the Vista Windows Firewall blocks remote administration -
>> including remote task scheduling. You need to adjust the firewall on the
>> remote computer, to allow incoming remote administration requests. After
>> that, it should work.
>>
>> Let us know how you get on ...
>>
>> --
>> Andrew McLaren
>> amclar (at) optusnet dot com dot au
>>
>>
>>


 
Reply With Quote
 
Colin Han
Guest
Posts: n/a

 
      07-25-2007
Thanks for you help. It's so helpful.

Now, I can connecte to other system that runing Vista OS. But I can not
connect to a computer that runing XP.

Do I have other choice? Thanks.

"Andrew McLaren" wrote:

> > Now, in vista. We can not show the "Task Scheduler" folder of a remote
> > computer in Windows Explorer. I understood that is from secure reason.
> > But I want start a remote process. Task Scheduler is a good way. I can not
> > use it in vista. Have another way?

>
>
> Hi Colin,
>
> The Task Scheduler on one computer, can connect to the Scheduler service on
> a remote computer. This way, you can define tasks on a remote computer using
> the Task Scheduler Management Console.
>
> When you run Task Scheduler, go to the Action menu on the menu bar. The
> first item on that menu is "Connect to another computer". Enter the name or
> IP address of the remote computer (and user credentials, if necessary) and
> hit OK. It will take a second or two to connect. Then you will see two sets
> of tasks in Task Scheduler - one called "(local)" for the local machine, and
> one with the name of the remote computer.
>
> By default, the Vista Windows Firewall blocks remote administration -
> including remote task scheduling. You need to adjust the firewall on the
> remote computer, to allow incoming remote administration requests. After
> that, it should work.
>
> Let us know how you get on ...
>
> --
> Andrew McLaren
> amclar (at) optusnet dot com dot au
>
>
>

 
Reply With Quote
 
Andrew McLaren
Guest
Posts: n/a

 
      07-25-2007
> Now, I can connecte to other system that runing Vista OS. But I can not
> connect to a computer that runing XP.
>
> Do I have other choice? Thanks.


To configure scheduled taks on an XP machine, I think you need to work the
same as you would, if you had 2 XP machines.

On XP, you can schedule a task directly on another machine by using the
"schtasks" command at a command line. This command also works on Vista.

Run the command "schtasks /create /?" to see the syntax to create a
scheduled task. Use the "/S" parameter to specific a remote machine to
create the task on. There is more info here:

http://www.microsoft.com/resources/d....mspx?mfr=true

Scheduled Tasks are stored as *.job files in C:\Windows\Tasks. On XP you can
share this folder, and then delete or copy the *.job files directly, to
manipulate jobs on that machine.

On XP there is no GUI tool to create Scheduled Jobs on a remote machine; you
have to use the command line.

Hope it helps,
--
Andrew McLaren
amclar (at) optusnet dot com dot au


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Task Schedule batch file donator Windows Vista General Discussion 7 03-09-2009 09:12 PM
Schedule standby mode as a task on a desktop computer rmg Windows Vista General Discussion 0 01-29-2008 04:59 PM
How do I Schedule a Task on Disk Mount Julian Windows Vista Administration 0 07-03-2007 07:10 AM
Schedule Task totomaster Windows Vista Performance 12 06-26-2007 03:20 PM
Task Scheduler on remote computer Guillaume Windows Vista Performance 0 02-27-2007 02:40 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59