Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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]
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!) |
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
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in