A Collection of PowerShell-based Tools for the Remote-Admins
Find a file
2025-05-14 12:02:15 +02:00
NTFS-ACL-Finder-ng.ps1 Added a new and advanced version of the NTFS-ACL-Finder. This Version 2025-05-14 11:56:59 +02:00
NTFS-ACL-Finder.ps1 first commit 2025-04-09 09:00:25 +02:00
README.md Updated README 2025-05-14 12:02:15 +02:00

README

This repository contains some more or less useful PowerShell scripts. ;)

If the script is not permitted to be run on the machine you need to set the execution policy in powershell.exe:

set-executionpolicy remotesigned

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. ;)

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. :)