Get-MailboxFolderPermission cmdlet does not work - Exchange Online

Olivier Lumeau 121 Reputation points
2023-03-08T13:30:36.26+00:00

I run the command Get-MailboxFolderPermission on ExchangeOnlineManagement

and I receive this message:

Write-ErrorMessage : Ex43C0AC|Microsoft.Exchange.Configuration.Tasks.ManagementObjectNotFoundException | The operation couldn't be

Get-MailboxFolder does not work too

any idea?

Microsoft Exchange Online
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,167 questions
{count} votes

Accepted answer
  1. Vasil Michev 95,081 Reputation points MVP
    2023-03-08T13:58:57.83+00:00

    Paste the full cmdlet and the full error message please. If I have to guess, you're providing an incorrect/incomplete folder id. Keep in mind that folder names can be localized, so use the correct value there. If needed, use the Get-MailboxFolderStatistics cmdlet to get the folder name(s) for a specific user.

    For example, on a mailbox with German localization, this will not work:

    Get-MailboxFolderPermission shared:\Calendar

    Instead, I have to use this:

    Get-MailboxFolderPermission shared:\Kalender

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful