From 1a28596a1c5dd6554a2092e043762187fef606b9 Mon Sep 17 00:00:00 2001 From: Dennis Sengstock Date: Wed, 14 May 2025 12:02:15 +0200 Subject: [PATCH] Updated README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01c903c..282ab44 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,7 @@ After that you can right-click the script and select "Execute with PowerShell" ## NTFS-ACL-Finder.ps1 This scripted GUI-Tool searches for folders and files that contains the given ACL (username or groupname). The depth level can be set and the results can be exported to a csv file. -Hope you find it useful. ;) \ No newline at end of file +Hope you find it useful. ;) + +## NTFS-ACL-Finder-ng.ps1 +This is the enhanced Version of the original NTFS-ACL-Finder script. The script queries all groups under the DN `OU=ZFD,DC=zfd,DC=forumzfd,DC=de` and lists them in a searchable dropdown menu. Have fun. :)