Skip to content

Commit aed7e5e

Browse files
Collections Sync Update by GK
1 parent a7ba81f commit aed7e5e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

memdocs/configmgr/core/clients/manage/collections/collection-evaluation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ At a high level, each individual collection evaluation and update follows these
3030

3131
1. Execute the collection query.
3232
1. Add any systems that are direct members.
33+
1. Add members from Include collections.
3334
1. Perform a logical `AND` between the returned results and the limiting collection.
34-
1. Evaluate the *exclude* collections.
35+
1. Remove members from the *exclude* collections.
3536

3637
If the exclude collections also have query rules, or have include or exclude collections, evaluate them also. If these collections themselves are limiting collections, evaluate any collections below them. After fully evaluating the tree, return the results to the calling collection.
3738

38-
1. Compare the result set from evaluating the direct members and include collections with the results of evaluating the exclude collections.
39+
1. Compare the result set from evaluating the direct members and include collections with the results of the exclude collections.
3940
1. Write the changes to the database and perform updates.
4041
1. Trigger any dependent collections to update as well. Dependent collections are collections that the current collection limits, or that refer to the current collection using include or exclude rules.
4142

-90.6 KB
Loading

0 commit comments

Comments
 (0)