Script output includes Path, Identity, Rights and Owner information. Also it has a note if permissions are inherited or not. The script contains some limitations (path over 260 in lengths and some special characters) but in most cases I found it very useful. Especially if you need some quick overview of permissions.
Get NTFS permissions report for folder C:\Test
.\Get-NTFSPermissions.ps1 -path C:\TestGet the same report as above but only 2 folders in depth
.\Get-NTFSPermissions.ps1 -path C:\test -Depth 2