Scheduled task and administrative share

  • Thread starter Thread starter Roland Whitmyre
  • Start date Start date
R

Roland Whitmyre

I have a scheduled task that runs a batch file which issues a net use
command against another server's administrative share and then copies files
from that server to the local server. When I run the batch file manually it
works fine. The scheduled task is iffy :), it has worked in the past, but it
is not working now. I am running it as the administrator of the local
machine.

Does anyone have any ideas or suggestions? Unfortunately a more sensible
solution like FTP is not an option.

Thanks,
Roland Whitmyre
 
Possibly you changed your password but forgot to change it in Scheduled
Tasks. You could also check advanced/view log in the Scheduled Tasks
console. You could also try ruuning it with the AT command which would use
the system account. --- Steve
 
Back
Top