Link to home
Start Free TrialLog in
Avatar of Jon-Leach
Jon-Leach

asked on

Running a Application on a remote PC

I have a created an application that will check the a PC for the memory and report the findings to a SQL DB. My question and forgive me if this is one of those duh questions :), but I need to be able to kick this off remotely at differnet times across the hundreds of PC that need this done on. I thought of running it on a login script but that wouldn't allow me the flexiblity on when i would like to run it. Any help would be great with this or pointing me in the right direction. If there is code that can get this done that is out there feel free to point me in that direction.

Thanks,
ASKER CERTIFIED SOLUTION
Avatar of athomsfere
athomsfere
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Randy Downs
You can use the Windows task scheduler and pick a random trigger - http://msdn.microsoft.com/en-us/magazine/cc163350.aspx

TASK_TRIGGER_TIME ITimeTrigger Time of day; optional random delay.
Avatar of Jon-Leach
Jon-Leach

ASKER

This option worked great for me but the other also worked too.