Forrest logo
back to context overview

get-acl

List of commands for get-acl:

  • get-acl:tldr:7dabc get-acl: Get an ACL for a registry key.
    $ Get-Acl -Path ${HKLM:\System\CurrentControlSet\Control} | Format-List
    try on your machine
    explain this command
  • get-acl:tldr:cc58c get-acl: Display the ACL for a specific directory.
    $ Get-Acl ${path\to\directory}
    try on your machine
    explain this command
back to context overview