755 pts.
 Branding IE via Active Directory
We want to brand Internet Explorer via Active directory. How can we do it? Our domain controllers are Windows Server 2003.

Software/Hardware used:
ASKED: June 2, 2011  7:42 PM
UPDATED: June 16, 2011  4:13 PM

Answer Wiki:
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  RamseyB   2,045 pts.
All Answer Wiki Contributors:  RamseyB   2,045 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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.

 2,045 pts.

 

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

 730 pts.