I would like to know how to schedule tasks on the server
such that these tasks actually run on the clients
connected.
Kevin Weilbacher - 31 Aug 2003 13:27 GMT
The solution may depend on what tasks you wish to schedule. For some things,
you might want to look into learning about Group Policies - where you can
create custom scripts that are executed at logoff/logonn, computer
startup/shutdown, etc.
As you may have discovered the GUI Scheduled Task Wizard only works for the
local computer. It does NOT allow you to centralize schedule tasks from one
place for use to workstations across the network.
On the other hand, Windows also comes with the very non-GUI 'AT' batch
scheduler command which does work across the network and allows you a
central point of control and configuration. The Windows 'AT' implementation
is a direct take off from the long time Unix 'AT' scheduler.
Here's a starter link:
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechnol/w
indows2000serv/maintain/operate/04w2kadb.asp
(Watch out for link wrap)
If it doesn't work, go to Microsoft's Technet, and drill down: Products &
TEchnoligies > Windows 2000 Server > Maintain > Operate > Scheduling Tasks
-kw
> I would like to know how to schedule tasks on the server
> such that these tasks actually run on the clients
> connected.
Steve Foster [SBS MVP] - 31 Aug 2003 20:44 GMT
> I would like to know how to schedule tasks on the server
> such that these tasks actually run on the clients
> connected.
Assuming the workstations are NT/Win2K/XP Pro, they each have their own
Scheduled Tasks capability.
Alternatively, you'd might be able to write distributed application
code to do remote execution if that's appropriate for the jobs you're
trying to carry out.

Signature
Steve Foster [SBS MVP]
---------------------------------------
MVPs do not work for Microsoft. Please reply only to the newsgroups.