You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microsoft-365/solutions/per-group-guest-access.md
+18-17Lines changed: 18 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: "Prevent guests from being added to a specific group"
3
3
ms.reviewer: rahulnayak
4
-
ms.date: 12/02/2023
4
+
ms.date: 09/17/2025
5
5
author: officedocspr5
6
6
ms.author: odocspr
7
7
manager: jtremper
@@ -39,7 +39,8 @@ You must use the `beta` version of [Microsoft Graph PowerShell](/powershell/micr
39
39
- If you've already installed the `beta` version, run `Update-Module Microsoft.Graph.Beta` to ensure it's the latest version of this module.
40
40
41
41
> [!NOTE]
42
-
> You must have global admin rights to run these commands.
42
+
> You must have the Global Administrator role assigned in order to run these commands.
43
+
> Microsoft recommends that you use roles with the fewest permissions. Using lower permissioned accounts helps improve security for your organization. Global Administrator is a highly privileged role that should be limited to emergency scenarios when you can't use an existing role. To learn more, see [About admin roles in the Microsoft 365 admin center](/microsoft-365/admin/add-users/about-admin-roles).
43
44
44
45
Run the following script, changing *\<GroupName\>* to the name of the group where you want to block guest access.
0 commit comments