I have a logon script that copies from a file server to a users desktop. It used to work, not sure why it stopped. The Domain is a 2008 domain, the server is a 2008 server, the desktop is windows 7 and one windows 8....not to worried about the windows 8 at this point.
I have trolled through the old postings here and have not found what I need. I tried to use just a GPO with window settings and that isnt working.
My GPresult /v is attached I have changed the username, machine name and domain name...
basically it says LastExecute: this script has not yet been executed...BUT WHY????
I have created a seperate OU for this machine and user...which is a domain admin, but it doesnt work for normal users either.have linked the policy directly, have enforced it, have not enforced it, I know that the GPO is working because in the same gpo I have drives mapped....and here is a copy of the script...oh, and the script works fine if I run it manually.
ECHO ON
ECHO Please be patient. Bank files are copying!
mkdir c:\users\%username%\desktop\BANK
robocopy \\va-file\Manhattan\Bank c:\users\%username%\desktop\BANK /E /R:1 >c:\sync.txt