PowerTip: Use PowerShell to See Who Can Access Folder
Summary: Use Windows PowerShell to see who has access to a folder. How can I use Windows PowerShell to see who has access rights to a folder? Use the Get-Acl cmdlet, specify the folder, and look at the access property, for example: (Get-Acl c:\fso).Access