Hi,
1. For the first question Get-Mailbox -ResultSize unlimited | select displayname,managedfoldermailboxpolicy
2. For the second question
Get-Mailbox -Database "mailbox database" -Resultsize Unlimited | Set-Mailbox -ManagedFolderMailboxPolicy “The_policy”
Best regards
Best Regards Don't forget to mark it as answer if it helps