Skip to content

Commit 288a02e

Browse files
author
Simonx Xu
authored
Merge pull request #8366 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/SupportArticles-docs (branch main)
2 parents 334898b + d5d4689 commit 288a02e

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

support/entra/entra-id/dir-dmns-obj/troubleshoot-dynamic-group-processing.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Troubleshooting Groups with dynamic membership processing in Microsoft En
33
description: Learn how to troubleshoot dynamic group processing by using pause and resume dynamic group processing scripts
44
author: genlin
55
ms.author: genli
6-
ms.reviewer: yuhko
7-
ms.date: 07/01/2024
6+
ms.reviewer: yuhko, barclayn, v-weizhu
7+
ms.date: 03/04/2025
88
ms.service: entra-id
99
ms.custom: sap:Users
1010
---
@@ -23,6 +23,9 @@ These issues can be caused by:
2323

2424
This article provides sample Entra ID PowerShell scripts to pause and resume dynamic group updates. Pausing dynamic group processing can stop rule processing and prevent unintended membership updates. Resuming dynamic group processing can restore normal group functionality.
2525

26+
> [!IMPORTANT]
27+
> Dynamic membership group changes are usually processed within a few hours. However, processing may take more than 24 hours depending on factors such as tenant size, group size, number of attribute changes, rule complexity, and operator choice (such as using `CONTAINS`, `MATCH`, or `MemberOf`).
28+
2629
## Download pause and resume dynamic group processing scripts
2730

2831
To download the scripts, visit our [GitHub repository](https://github.com/barclayn/samples-dynamic-group/tree/main).

support/entra/entra-id/dir-dmns-obj/troubleshoot-dynamic-groups.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
---
22
title: Troubleshoot dynamic groups
33
description: This article helps you diagnose and resolve issues with dynamic groups.
4-
ms.date: 08/27/2024
4+
ms.date: 03/04/2025
55
ms.service: entra-id
66
ms.custom: sap:Groups, has-azure-ad-ps-ref
7-
ms.reviewer: mimart, v-weizhu, v-loeide, mbhargav
7+
ms.reviewer: mimart, v-weizhu, v-loeide, mbhargav, yuhko, barclayn
88
---
99
# Troubleshoot dynamic groups
1010

1111
This troubleshooting guide helps you diagnose and solve issues with dynamic groups in Microsoft Entra ID.
1212

13+
> [!IMPORTANT]
14+
> Dynamic membership group changes are usually processed within a few hours. However, processing may take more than 24 hours depending on factors such as tenant size, group size, number of attribute changes, rule complexity, and operator choice (such as using `CONTAINS`, `MATCH`, or `MemberOf`).
15+
1316
## Dynamic groups identification and management
1417

1518
To verify whether your group is a dynamic group, see [Evaluate whether a group is a dynamic group](#1).

0 commit comments

Comments
 (0)