Auditing setting on files

Hi All, Is there a export or list out the auditing permission set on specific files/folder?
This is the auditing tab under security>advanced setting>auditing tab
Looking at a way to list all ACL permission and auditing permission on specific folder and file.
Cheers
Chanth

Get-ACL -Path filename -Audit | Format-List Audit*

Thanks Max, i’ll try this.
I’ll work on this, to capture files on multiple servers on multiple files.