I have created a simple batch file called move.bat which basically moves a accounts file to a temporary folder:
MOVE C:\Program Files\account\account.mdb C:\Program Files\account\temp
I wish to create a scheduled task which runs this batch file on 80 domain computers. Without individualy setting up a schedule task on each PC.
How can I go about doing this on the domain controller. Can a schedule be set by group policy.
Any thoughts
Thanks for you help guys