RealmJoin Classic
  • Welcome
  • Installation
    • Install Using Microsoft Intune
    • Interactive Installation
    • Connecting a Tenant
  • Infrastructure
  • RealmJoin Windows Client
    • User Interface
    • Client Menu
  • RealmJoin Portal
    • Roles in RealmJoin
    • Clients
    • Users and User Settings
    • Groups and Group Settings
    • App Store
    • Software Packages
    • Request Package
  • Multi-User Devices
  • Core Features
    • Local Admin Password Solution
      • KeyVault
      • Application Insights
    • AnyDesk
      • Internal Tasks
      • Customer Tasks
      • AnyDesk Cloud Connections
    • Notifications
    • Software Report
    • Delivery Optimization for Windows Update
    • BitLocker
    • Intranet Zone
    • Domain Connect
    • Settings
  • Outlook Signatures
  • FAQ
  • Troubleshooting
  • Appendix
  • Changelog
  • Packages
    • Package Lifecycle
    • Package Types
    • Prepare Packages
    • Chocolatey Package
    • Craft Package
    • Updating Packages
    • Core Extension
    • Packaging In-Depth
    • Specialised Packages
    • Workflow (internal GK)
    • JSON - Short Overview
    • 3rd Party NuGet Packages
Powered by GitBook
On this page
  • Intranet Zone
  • Caveats
  • Recommendations
  1. Core Features

Intranet Zone

PreviousBitLockerNextDomain Connect

Last updated 3 years ago

Intranet Zone

The Site may be added to the Intranet Zone (in Internet Options) by specifying a setting with the key Policies.TrustedSites and an array of URLs. These URLs are parsed by RealmJoin and written to a registry key called ZoneMap.

One might specify the following JSON array:

["file://example.com", "https://foo.example.com"]

which will result in the following rules:

Caveats

  • Windows will interpret a naked domain like file://example.com as file://*.example.com.

  • RealmJoin does not allow for wildcard protocols. You must specify all protocols explicitly.

  • RealmJoin will manage all protocols for a configured domain and remove any user-added protocols.

  • RealmJoin will not manage other domains which are not configured in this setting.

Recommendations

Many customers have extensive Intranet Zone list. Clean it up! Investigate whether a site works without adding it to the Intranet Zone.

  • Add a site using https protocol if it uses Integrated Windows Authentication or other legacy features like ActiveX.

  • Add a server using file protocol if it is accessed using SMB.

Policies.TrustedSites