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/admin/add-users/reset-passwords.md
+5-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ f1.keywords:
5
5
ms.author: deniseb
6
6
author: denisebmsft
7
7
manager: dansimp
8
-
ms.date: 04/02/2025
8
+
ms.date: 09/17/2025
9
9
audience: Admin
10
10
ms.topic: how-to
11
11
ms.service: microsoft-365-business
@@ -50,6 +50,9 @@ This article is for people who set password expiration policy for a business, sc
50
50
51
51
You must be a [password administrator](about-admin-roles.md) to perform these steps.
52
52
53
+
> [!IMPORTANT]
54
+
> Microsoft recommends that you use roles with the fewest permissions. Using lower permissioned accounts helps improve security for your organization. To learn more, see [About admin roles in the Microsoft 365 admin center](/microsoft-365/admin/add-users/about-admin-roles).
55
+
53
56
## Watch: Reset a business password for a user
54
57
55
58
Check out this video and others on our [YouTube channel](https://go.microsoft.com/fwlink/?linkid=2198204).
@@ -151,12 +154,5 @@ Check out this great blog post by Vasil Michev, Microsoft MVP: [Force password c
151
154
```
152
155
153
156
> [!NOTE]
154
-
> The userPrincipalName must be in the Internet-style sign-in format where the user name is followed by the at sign (@) and a domain name. For example: [email protected].
157
+
> The userPrincipalName must be in the Internet-style sign-in format where the user name is followed by the at sign (@) and a domain name. For example: `[email protected]`.
155
158
156
-
## Related content
157
-
158
-
[Let users reset their own passwords](../add-users/let-users-reset-passwords.md) (article)\
After selecting **Take action**, the following message configuration panel appears:
93
97
94
98
:::image type="content" source="../../media/ai-as-org-message-create.png" alt-text="Screenshot the pane to create an organizational message for Copilot." lightbox="../../media/ai-as-org-message-create.png":::
The Organizational message writer role is the new built-in role that allows assigned admins to view and configure messages. The Global administrator can assign the Organizational message writer role to admins:
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