PowerTip: Use PowerShell to Find Registry Access

Doctor Scripto

Summary: Use Windows PowerShell to find registry access.

Hey, Scripting Guy! Question How can I use Windows PowerShell to get the ACL for a registry key?

Hey, Scripting Guy! Answer Use the Get-ACL cmdlet on a key in a Windows PowerShell registry drive.
          The following example shows access to the HKLM\Software\Microsoft key
:

Get-acl HKLM:\SOFTWARE\Microsoft

0 comments

Discussion is closed.

Feedback usabilla icon