D
daniel.lennartsson
Hi
I have an GPO assigned to an OU. The GPO obejct, I have created a login
script under the user config / script logon/logoff.
Everything works fine. (for the most part). sometimes I will receive a
call from the user that script havent run . I tell the user to login
again, and the gpo works.
example of the script:
@echo off
@xcopy "\\fufp\profiles$\Menus\Start
Menu\Programs\Office2003\Micro*.lnk" "%USERPROFILE%\Start
Menu\Programs\" /y
This problem is very random
Any suggestions
I have an GPO assigned to an OU. The GPO obejct, I have created a login
script under the user config / script logon/logoff.
Everything works fine. (for the most part). sometimes I will receive a
call from the user that script havent run . I tell the user to login
again, and the gpo works.
example of the script:
@echo off
@xcopy "\\fufp\profiles$\Menus\Start
Menu\Programs\Office2003\Micro*.lnk" "%USERPROFILE%\Start
Menu\Programs\" /y
This problem is very random
Any suggestions