Skip to content

Commit b6f8713

Browse files
authored
Merge pull request #1782 from james-msft/patch-3
Update poor-performance-calling-lookup-functions.md
2 parents 0ba5b95 + 0f80b08 commit b6f8713

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/windows-server/active-directory/poor-performance-calling-lookup-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to disable the lookup of isolated names
33
description: Provides a resolution to the poor performance when calling lookup functions to resolve names. Gives a method to disable the lookup of isolated names in trusted domain.
4-
ms.date: 01/15/2025
4+
ms.date: 02/06/2025
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
@@ -16,7 +16,7 @@ When calling the **LookupAccountName** or **LsaLookupNames** function to resolve
1616

1717
For example, poor performance might occur when using scripts or tools (such as *Cacls.exe*, *Xcacls.exe*, *icacls.exe*, *Dsacls.exe*, and *Subinacl.exe*) to call the functions to edit security settings.
1818

19-
The problem may show up when you have many trusted domains or forests (applies to both external and forest trusts), and/or some of these domains or forests are offline or slow to respond.
19+
The problem may show up when you have many trusted domains or external forest trusts, and/or some of these domains or forests are offline or slow to respond.
2020

2121
When the functions are called for an isolated name (the format is AccountName in contrast to domain\AccountName), a remote procedure call (RPC) is made to domain controllers on all trusted domains/forests. This issue might occur if the primary domain has many trust relationships with other domains/forests or if it's doing many lookups at a same time. For example, a script is configured to run at the startup of many clients, or many trusted domains/forests use the same script simultaneously.
2222

0 commit comments

Comments
 (0)