Link to home
Start Free TrialLog in
Avatar of YankeeFan03
YankeeFan03Flag for United States of America

asked on

New GPO shows "Reason Denied Empty" ?

New GPO shows "Reason Denied Empty" ?
I am trying to create a logon script and link it to a GPO so that evertime a user logs into specific systems the BGInfo template will update on the desktop.  I have created a batch file with the following contents,

ECHO ON
\\DC2\netlogon\bginfo\BGinfo.exe /Timer:0 /NOLICPROMPT  \\DC2\netlogon\bginfo\BGINFO_SERVER.bgi

When i double ckik the bat file it works fine.

I then created a test OU and created a GPO.  I went to the lUser congig-windows settings-scripts-logon and browsed for the .bat file.  However, when i run a test or use the RSOP it keeps telling me the Denied because GPO is empty.  

What am i missing here?

thanks.
Avatar of Jay_Jay70
Jay_Jay70
Flag of Australia image

YankeeFan03,

try running this as a startup script instead, or put the script under the users account

Regards,

James
Avatar of YankeeFan03

ASKER

how would i implement that?  i have always used the logon logoff settings.
ASKER CERTIFIED SOLUTION
Avatar of Jay_Jay70
Jay_Jay70
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
i placed it in the startup section but the RSOP still shows denied because empty.
What was the end result