Hello dear readers,
Lately I am running into issues with the graph API.
I want to update a script wish is using Connect-AzureAD and Connect-ExchangeOnline to graph API.
In this script I am updating the Mailbox folder Permission like this:
Set-MailboxFolderPermission -Identity ******@mail.com:\Calendar -User Default -AccessRights LimitedDetails
After some research and testing, I couldn't get it running with Graph API. Also, I asked ChatGPT for some help which told me, that currently, the Microsoft Graph API does not expose an endpoint to set mailbox folder permissions like the one defined in the initial PowerShell script (Set-MailboxFolderPermission
).
Will Microsoft continue the Connect-AzureAD and Connect-ExchangeOnline modules, will this function be implemented in Graph, are there workarounds?
I would love to get some nice responses,
Best regards