Skip to content

Commit 121affe

Browse files
authored
Rename Get-DisabledUsersLicenses6 to Get-DisabledUsersLicenses
Renamed script from Get-DisabledUsersLicenses6.ps1 to Get-DisabledUsersLicenses.ps1 and updated README accordingly.
1 parent c396036 commit 121affe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PowerShell-Scripts/
2929
│ └── find_disabled_accounts.ps1
3030
│ └── watch_X_job3.ps1
3131
│ └── Audit-AllUsersRolePerms.ps1
32-
│ └── Get-DisabledUsersLicenses6.ps1
32+
│ └── Get-DisabledUsersLicenses.ps1
3333
│ └── RemoveM365LicensesfromDisabledUsers3.ps1
3434
│ └── Inspect-AzWebAppSecurity-Consolidated.ps1
3535
│ └── Audit-NeverSucceedingMailForwardingRules.ps1
@@ -237,7 +237,7 @@ The script queries Microsoft Graph and therefore does not require a corporate ne
237237

238238

239239
---
240-
### `Get-DisabledUsersLicenses6.ps1`
240+
### `Get-DisabledUsersLicenses.ps1`
241241

242242
Scans Microsoft Entra ID for disabled users who still have assigned Microsoft licenses and resolves license SKU identifiers into readable product names. The script exports one row per user-license assignment, distinguishes direct licensing from group-based licensing, identifies the assigning group, and records assignment state and errors.
243243
An optional per-user summary consolidates each disabled account’s licenses and assignment methods for easier license-reclamation review. The script is completely read-only and does not modify users, groups, or license assignments.

0 commit comments

Comments
 (0)