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.
Summary
Microsoft Exchange Server Setup can fail or stall when you install a cumulative update (CU) on a localized version of Windows Server. This issue occurs because the Exchange server attempts to resolve isolated security identifiers (SIDs) or account names across trusted domains. In some environments, domain controllers perform external name lookups that delay or prevent the required permissions changes. These lookups cause setup failures or long installation times.
Configure domain controllers to restrict isolated name lookups by setting the LsaLookupRestrictIsolatedNameLevel registry value to 1. This change limits name resolution to the local domain and prevents the lookup behavior that disrupts Exchange Setup.
Symptoms
One of the following errors occurs when you try to install an Exchange Cumulative Update (CU) on a localized version of Windows Server:
The installation fails and returns
register-ContentFilter. Exactly one minute later, the following error entry appears in ExchangeSetupLog:[mm/dd/yyyy 02:38:28.0817] [2] Beginning processing register-ContentFilter
[mm/dd/yyyy 02:39:28.0889] [2] [ERROR] Couldn't register the content filter.The installation fails or takes many hours to finish. However, the failure occurs whenever the following cmdlet is run when you check ExchangeSetupLog:
[mm/dd/yyyy 14:47:00.0736] [1] Executing: get-ExchangeServer $RoleNetBIOSName | add-ADPermission ` -DomainController $RoleDomainController ` -User "S-1-5-18" ` -AccessRights GenericRead
Cause
The calling server (Exchange server) uses an isolated username or security identifier (SID) to resolve names. If the server does not resolve the name locally, it sends requests to domain controllers (DCs) in all trusted domains to do the name resolution.
Resolution
To resolve this problem, set LsaLookupRestrictIsolatedNameLevel to 1 on all DCs that communicate with the server that's running Exchange Server.
Note
Create this registry entry only on Domain Controllers.
Warning
Serious problems might occur if you modify the registry incorrectly. These problems could cause you to have to reinstall the operating system or even prevent your machine from starting. Microsoft can't guarantee that these problems can be solved. Before you modify it, back up the registry for restoration in case problems occur. Modify the registry at your own risk.
Select Start > Run.
In the Open box, type
regedit, and then select OK.In Registry Editor, locate and select the following registry subkey:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\LsaOn the Edit menu, point to New, and then select DWORD Value.
Type
LsaLookupRestrictIsolatedNameLevel, and press Enter.On the Edit menu, select Modify.
To disable the lookup of isolated names in external trusted domains, type
1in the Value data box.Select OK, and exit Registry Editor.
If the LsaLookupRestrictIsolatedNameLevel registry value is set on a DC, you don't have to restart the services or the computer.