So I'm attempting to programmatically add a logon/logoff/etc script to be ran with a GPO. I add the scripts in their respective /Sysvol/blah... directory. I update the scripts.ini file correctly to reflect the new script. I update the gpt.ini file to reflect the new version (using the correct decimal to represent the right hex byte). I update the LDAP value as well.
I go into the Group Policy Management and can see the GPO. I can see the version numbers match for AD and Sysvol, however when I go to the 'Settings' tab and can see that my script isn't listed.
I then edit the GPO via the UI (opening gpedit.msc). I can see my logon script in the UI just fine. I simply click 'OK' to confirm the gpedit UI, refresh that 'Settings' tab in the Group Policy Management UI and viola it shows my script.
So it's left me wondering what is that UI doing that I'm not? Oh, and I've tried 'gpupdate /force' and that was a no go as well :( Any ideas?