Is it possilbe to get invalid permission for public folder for specific user/sid?

Sophia 356 Reputation points
2021-07-22T13:04:22.09+00:00

Hello Guys,

Is it possible to get invalid permission from a specific public folder for a specific user or a sid?

Thanks,

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,168 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,339 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,881 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,359 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Rich Matheisen 44,776 Reputation points
    2021-07-22T18:50:11.083+00:00

    You can use Get-PublicFolderClientPermission to retrieve the permissions for either the entire PF or you an supply the ID of a specific user to retrieve only the permissions for that user.

    PFDAVAdmin, as you point out, no longer works for 2016. MFCMapi does, though.

    1 person found this answer helpful.
    0 comments No comments

  2. Rich Matheisen 44,776 Reputation points
    2021-07-22T14:13:02.92+00:00

    I retired seven years ago, so my memory may be a bit foggy, but the PF permission are supposed to be in "MAPI order". If some's used the Exchange GUI and use the NTFS permissions view to add/remove permissions/users, the SID will be in the wrong order.

    I'm pretty sure the a tool like PFDAVAdmin would be helpful in correcting that.