System Grab Bag

View all TLDR pages from Windows (or from all pages)

Get-Acl

Gets the security descriptor for a resource, such as a file or registry key. This command can only be used through PowerShell. More information: https://learn.microsoft.com/powershell/module/microsoft.powershell.security/get-acl.
  • Display the ACL for a specific directory:
    Get-Acl {{path\to\directory}}
  • Get an ACL for a registry key:
    Get-Acl -Path {{HKLM:\System\CurrentControlSet\Control}} | Format-List

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.