Unable to set ‘Send As’ permissions in Exchange Online via runbook in Azure.
Hi,
Unfortunately, it is not possible to grant ‘Send As’ permissions through a runbook in Azure.
I have tested various EXO modules and runtime versions, but I keep encountering this error:
Write-ErrorMessage : A server-side error has occurred, preventing the operation from completing. Please try again later. If the issue persists, please contact MS support.
It doesn’t matter whether I use delegated permissions or a managed identity.
I am able to set ‘Send As’ permissions through the Exchange portal and locally on my machine using PowerShell. However, I need this to work within my Azure runbook. Does anyone have any idea what might be causing this issue?
Hi,Unfortunately, it is not possible to grant ‘Send As’ permissions through a runbook in Azure.I have tested various EXO modules and runtime versions, but I keep encountering this error:Write-ErrorMessage : A server-side error has occurred, preventing the operation from completing. Please try again later. If the issue persists, please contact MS support.It doesn’t matter whether I use delegated permissions or a managed identity.I am able to set ‘Send As’ permissions through the Exchange portal and locally on my machine using PowerShell. However, I need this to work within my Azure runbook. Does anyone have any idea what might be causing this issue? Read More