Figured it out. Not really using the AD but will push the script to all users. So make the script for branding IE through Regedit. Once you do that go to your DC:
To run any logon script:
------------------------
Add the script file to your group policies (at the domain controller) as a users logon script. To do it process the following on your domain controller server:
1. Click "Start" and select "Run...".
2. Type "dsa.msc" in the window which appears and click "OK".
3. Right click on your.domain and select "Properties".
4. Open the "Group Policy" tab and double click on "Default Domain
Policy".
5. Open "User Configuration" -> "Windows Settings" ->
-> "Scripts (Logon/Logoff)" ->
6. Double click on "Logon".
7. Click "Add..." and open your shared script (use only a network
path like "\SERVERscriptsscript.vbs", not
"c:scriptsscript.vbs").
The logon script will run on each logon until you remove it from the domain policies.
Last Wiki Answer Submitted: June 16, 2011 4:13 pm by RamseyB2,045 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
To build on what RamseyB is saying, you would normally do this through registry changes. However, you can use group policy to the push those changes to all of your computers. Here is a good link from MSDN on how to do it:
Not sure how you can do it via AD or DC but could make a batch file to update people’s reg. Go to for IE branding info.
To build on what RamseyB is saying, you would normally do this through registry changes. However, you can use group policy to the push those changes to all of your computers. Here is a good link from MSDN on how to do it:
http://msdn.microsoft.com/en-us/library/ms954395.aspx
http://technet.microsoft.com/en-us/library/cc728403%28WS.10%29.aspx