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: scripts/get-disabled-or-inactive-user-accounts/README.md
+94-1Lines changed: 94 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The purpose of this script is to support Microsoft 365 governance by identifying
21
21
- Supporting periodic access reviews and governance audits
22
22
- Preparing for offboarding or tenant cleanup initiatives
23
23
24
-
# [PnP PowerShell](#tab/pnpps)
24
+
# [PnP PowerShell V2](#tab/pnppsv2)
25
25
26
26
```powershell
27
27
@@ -150,6 +150,99 @@ $results |
150
150
151
151
```
152
152
[!INCLUDE [More about PnP PowerShell](../../docfx/includes/MORE-PNPPS.md)]
153
+
154
+
# [PnP PowerShell](#tab/pnpps)
155
+
156
+
In order to keep your tenant clean (Governance), you might want to ensure that disabled or inactive user accounts will be replaced where oppropriate (Think Owners of sites/groups, assignedto user on tasks/planner and so on). This script will help you find those accounts.
0 commit comments