How can I return the NTFS ACL for a directory given its network path in PowerShell?

Problem:

How can I return the NTFS ACL for a directory given its network path in PowerShell?

Solution:

Get-Acl -Path \\Server\Folder| Format-Table -Wrap

Leave a Reply

Your email address will not be published. Required fields are marked *