When configuring WRS for HTTPS in Internet Explorer, users get a notification to install a browser helper object called TmIEPlugInBHO.
To allow the TmIEPlugInBHO Plugin automatically in the Group Policy (GPO):
- Go to the Group Policy Management Editor
- Go to User Configuration > Policies > Administrative Templates > Windows Components > Internet Explorer > Security Features.
- Double-click Add-on Management.
- Double-click Add-on List.
- Click Enabled.
- Click Show to view the Name and Value fields.
The Name of the Value is the class identifier (CLSID) for the add-on you wish to add to the list. The CLSID should be in brackets, for example: ‘{000000000-0000-0000-0000-0000000000000}'. The CLSID for an add-on can be obtained by reading the OBJECT tag from a web page on which the add-on is referenced.
On the other hand, Value is a number indicating whether Internet Explorer should deny or allow the add-on to be loaded.
- Get the CLSID.
- Open Internet Explorer in a client machine that has TmIEPlugInBHO installed.
- Click Tools > Manage Add-Ons.
- Right-click TmIEPlugInBHO, then select More Information.
- Copy Class ID.
- Configure the Value field.
- To specify that an add-on should be denied, enter 0 (zero) in the Value field.
- To specify that an add-on should be allowed, enter 1 (one) in this field.
- To specify that an add-on should be allowed and also permit the user to manage the add-on through Add-on Manager, enter 2 (two) into this field.