Logon script runnung twice

  • Thread starter Thread starter Mike Sims
  • Start date Start date
M

Mike Sims

I implemented a logon script via AD about 4 years ago. The logon script
is a compiled executable (winbatch). I recently modified the script to
rollout an upgrade to our antivirus software. However, for my users,
that logon script is executing twice at each login, and I cannot figure
out why. It is inconsequential once the upgrade has happened, because
if the new version is installed, it wont run the upgrade. However, the
initial upgrade tries to execute twice, giving the users an error
message that will be very problematic for me once I implement this
throughout the enterprise.

Can anyone offer a suggestion for tracking this down?
 
It looks like I may have solved the problem. My 'LogonScript' policy
was applied to TWO containers, a parent, and its parent, and the lower
container didn't have the block policy inheritance box checked.

I will test and report back if anyone is interested.
 
Back
Top