
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-Listtry on your machineexplain this command
-
get-acl:tldr:cc58c get-acl: Display the ACL for a specific directory.$ Get-Acl ${path\to\directory}try on your machineexplain this command