Skip to content

Commit d6205d7

Browse files
authored
Rename script and improve documentation
Updated script name and enhanced description for clarity.
1 parent 10ae42e commit d6205d7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -581,12 +581,12 @@ The script does **not** block, delete, or modify users.
581581

582582
## ── 📂 Section: On-Prem Active Directory ──
583583
---
584-
### `ad_object_permissions3.ps1`
584+
### `Get-AdPrincipalPermissions.ps1`
585585

586-
Audits Active Directory permissions for a given user and all the groups they belong to, within a specified LDAP container. It reports every Access Control Entry (ACE) that grants the user or their groups any rights on objects under the search base.
586+
Audits Active Directory ACEs that apply to a user through direct and nested security-group membership beneath a specified LDAP search base. Reports effective principals, rights, inheritance, scoped object types, and risk context, with optional CSV export for further review.
587587

588588
```powershell
589-
.\ad_object_permissions3.ps1 -Username "XXX\mcontestabile" -Domain "DC=YYYYYY,DC=net"
589+
.\Get-AdPrincipalPermissions.ps1 -Username "XXX\mcontestabile" -Domain "DC=YYYYYY,DC=net"
590590
```
591591

592592
Each row in the output indicates a single permission grant:

0 commit comments

Comments
 (0)