Hi, You can use the get-acl commandlet.
http://technet.microsoft.com/en-us/library/ee176838.aspx
ex: Get-ChildItem C:Data -recurse | Get-Acl | export-csv c:\filename.csv -Hades666