en-US office computer

Trusted Domain List

Verified with Microsoft 365/Office 5568.1000 — updated on September 4, 2026

Microsoft 365/Office 5568.1000

Supported on: At least Windows Server 2008 R2 or Windows 7

Path in the GPO console

Computer Configuration\Administrative Templates\Skype for Business 2016\Microsoft Lync Feature Policies

Description

When Lync connects to an unknown domain, it needs explicit user consent. A dialog is shown asking the user for confirmation on whether it should continue. This policy gives administrators the ability to provide trusted domain names. If a domain name is added to this list, Lync will trust that domain and will not show the dialog requesting permission. Multiple domain addresses as comma separated values can be provided. By setting this policy, Lync will not explicitly trust the default domains specified below. It will exclusively trust the domain specified by the policy. Supported values: Not Configured (Default)/Disabled: By default the following domains will be trusted: "lync.com, outlook.com, lync.glbdns.microsoft.com, and microsoftonline.com." Enabled: The list of domains to be trusted. For example: "contoso.com, contoso.co.in"

Registry

HKLM software\policies\microsoft\office\16.0\lync

More options available

Options

Trusted Domains (comma separated list):
trustmodeldata text

Export Builder

BETA

Configure the state, scope and options, then generate .reg, PowerShell, Intune and SCCM outputs — or add the setting to a multi-setting collection.

These exports write the registry — this is not a managed GPO.

.reg file

Windows Registry Editor Version 5.00

; Exported from gporais.com
; Policy: Trusted Domain List
; State: Enabled
; Supported on: At least Windows Server 2008 R2 or Windows 7

[HKEY_LOCAL_MACHINE\software\policies\microsoft\office\16.0\lync]
"trustmodeldata"=""
More formats (PowerShell, Intune, SCCM)

PowerShell

# Exported from gporais.com
# Policy: Trusted Domain List
# State: Enabled
# Supported on: At least Windows Server 2008 R2 or Windows 7

$path = 'HKLM:\software\policies\microsoft\office\16.0\lync'
New-Item -Path $path -Force | Out-Null
Set-ItemProperty -Path $path -Name 'trustmodeldata' -Value '' -Type String

Building a multi-setting collection? Add this setting and generate combined .reg / PowerShell / GPO scripts.

Open the Builder

Embed this policy on your site

What to embed
Theme

Adds one script line: the theme follows your site’s appearance and the height fits the content. If your site blocks scripts, the embed follows the visitor’s system theme.

Preview