Get ACL for Files and Folders

The first PowerShell cmdlet used to manage file and folder permissions is get-acl; it lists all object permissions. For example, let’s get the list of all permissions for the folder with the object path \\fs1\shared\sales

Get-acl \\fs1\shared\sales | Format-List

get-acl.png


Revision #3
Created 2025-02-07 20:44:10 UTC by Ryan
Updated 2025-03-12 17:52:59 UTC by Ryan