Jump to content

Scheduled Tasks on multiple computers


net_user

Recommended Posts

i have a schedule task on multiple computers, the task has the same name, credentials, and executes the same batch file.

i use this task, (which calls the batch file) to silently install software updates, update host files, ect ect

each time i want to run this task, i browse to the computer on the network, go to the schedule task, and run it.

all works well

but when you have over 200+ to do, it's getting to be a little time consuming.

is there a way to execute the task remotely without having to browse to the computer?

Link to comment
Share on other sites


If it doesn't really need user interaction, why not use psexec or a WMI call to run the batch on the remote system? From there it should be easy enough to script it so you're running only 1 script against all 200+ systems.

If you need user interaction, just add it to the logon script and send out an e-mail telling the users what they need to do before you enable it to run?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...