March 24th, 2015

PowerTip: Use PowerShell to See Who Can Access Folder

Doctor Scripto
Scripter

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

 

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.