PowerTip: Use PowerShell to See Who Can Access Folder

Doctor Scripto

Summary: Use Windows PowerShell to see who has access to a folder.

Hey, Scripting Guy! Question How can I use Windows PowerShell to see who has access rights to a folder?

Hey, Scripting Guy! Answer Use the Get-Acl cmdlet, specify the folder, and look at the access property, for example:

(Get-Acl c:\fso).Access

 

0 comments

Discussion is closed.

Feedback usabilla icon