/0003-Get-AclForDirectoryRecursive

This script will recursively enumerate and log the ACL list of a specified directory and all its associated subdirectories and files. You will be prompted for the target path and log path where the ACL list will be recorded. The following information will be reported for each folder, subfolder or file: Full path, owner and the access control entrie

Primary LanguagePowerShellMIT LicenseMIT

0003-Get-AclForDirectoryRecursive-

This script will recursively enumerate and log the ACL list of a specified directory and all its associated subdirectories and files. You will be prompted for the target path and log path where the ACL list will be recorded. The following information will be reported for each folder, subfolder or file: Full path, owner and the access control entries, consisting of the principal, access control type [AC TYPE], ie. Allow and rights [RIGHTS] such as Modify or Full Control. When the script completes, you will be prompted to open the log file and review the results.