Get individual security permissions

PS newb here. I am trying to retrieve individual permissions on all folders on our NAS. Is there a CMDlet that I can run to retrieve this?

I have tried various get-ACL commands and I can’t figure out how to get the individual permissions back. Any help?

Try this:

Get-Acl | Foreach {$_.AccessToString}