From a13420fd6f2f58f9a3a0b5f3e94657e7c88240a3 Mon Sep 17 00:00:00 2001 From: sengstock Date: Wed, 9 Apr 2025 09:06:46 +0200 Subject: [PATCH] first commit README! --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..70eb177 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# README + +This repository contains some more or less useful PowerShell scripts. ;) + +## 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