gpo apply random

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
 
J

Jerold Schulman

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


Enable 'Run logon scripts synchronously' and for XP, 'Always wait for the network at computer startup and logon'.

See 4133 » The 'Run logon scripts synchronously' policy does NOT work in Windows XP? 21-Sep-01
AND LINK in the 'Tips & Tricks' at http://www.jsifaq.com



Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top