Event ID 1085 from “Internet Explorer Zonemapping” Part 2 - ZoneMap Troubleshoot tool

In the blog-post "Description of Event ID 1085 from “Internet Explorer Zonemapping” we already explained that an invalid entry within the Site To Zone Assignment List policy will cause the Event 1085, but it is still not easy to determine which exact entries are invalid and by that are not converted into the intended Zone-Mapping.

When examining a handful of those entries it may appear appropriate to enter the URLs as a Trusted Site within the Internet Options on a client that does not receive the Assignment policy until you find the invalid entry that causes the following message:

 

But when this list exceeds a few pages in the Group Policy Report the effort is very high then.

In order to help the Administrator to find such invalid entries I wrote the attached command-line utility  Site2ZoneMap.exe, which interprets the entries below the two registry-keys:

[HKCU\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zonemapkey]

[HKLM\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zonemapkey]

 

Command-line utility with parameters:

SWITCH

DESCRIPTION

-test Processes the keys temporarily only (deleted afterwards)
-erroronly like -test, but only entries with errors are displayed
-keeptest  Processes the keys to HKCU\Software\SiteToZoneAssignmentTool
-process Processes the ZoneMapKey to the according Policies-hive (requires administrative elevation!)

EXAMPLE:  Assume the following policy, which has a correct value and an invalid entry (*.com):

 

When you execute the tool with Parameter " -test", you receive the following output in CMD:

C:\>site2zonemap -test

Processing [HKCU\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zonemapkey]

==========================================================================

Success: *.microsoft.com

Error 87 for URL: *.com

1 Errors found.

When you execute the tool with Parameter " -erroronly ", you receive the following output in CMD:

C:\>site2zonemap -erroronly

Processing [HKCU\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\Zonemapkey]

==========================================================================

Error 87 for URL: *.com

1 Errors found.


DOWNLOAD: Site2ZoneMap


This blog has been provided to you by Heiko Mayer and the IE Support team!