Ask the Community
Groups
How do I add Trusted Sites to the Internet Explorer configuration on a machine? - Connect IT Community | Kaseya
<main> <article class="userContent"> <p><strong>QUESTION</strong></p> <p>How do I add Trusted Sites to the Internet Explorer configuration on a machine via an Agent Procedure?</p> <p><strong>ANSWER</strong></p> <p>The following procedure will add <a rel="nofollow" href="/home/leaving?allowTrusted=1&target=http%3A%2F%2Fwww.kaseya.com%2F">www.kaseya.com</a> as a trusted site.<br><br>Agent Procedure Name: Add Trusted Sites archersolutions.com<br><br>Agent Procedure Description: This procedure checks to see if your company has been added as a trusted site. If not it runs a registry procedure on the machines to allow anything from the domain to run ActiveX. <br><br>This procedure adds manage.archersolutions.com<br><br><em>IF True </em><br><em>THEN</em><br><em>Set Registry Value</em><br><em>Parameter 1 : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\www.kaseya.com\http</em><br><em>Parameter 2 : 2</em><br><em>Parameter 3 : REG_DWORD</em><br><em>OS Type : 0</em><br><em>ELSE</em></p> <p>If you have a computer running Enhanced Security Configuration, such as Windows server, you'll need to change the registry key to refer to <em>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\EscDomains\manage.archersolutions.com\http</em> instead.<br><br>(EscDomains instead of Domains)<br><br>For the change to be visible to the end user, you should modify the HKEY_CURRENT_USERregistry key rather than HKEY_LOCAL_MACHINE.</p> <p><strong>APPLIES TO</strong></p> <p>Internet Explorer<br>Trusted Sites</p> </article> </main>