Forum Discussion
CalendarFeedsPreferredLanguage Exchange online
Seems to work fine for me. Do you have the necessary permissions to run it, you need to be a member of the "Mail Recipients" role. You can check whether the parameter is available for your tenant via:
Get-ManagementRole -Cmdlet Set-MailboxCalendarConfiguration -CmdletParameters CalendarFeedsPreferredLanguage
If no results are returned from the above, the issue is something on the tenant level.
- DenisTMay 29, 2018Iron Contributor
Command returns
Name RoleType
---- --------
Mail Recipients MailRecipients
User Options UserOptions
MyBaseOptions MyBaseOptions
so that seems ok?
I assumed I have enough permissions as a global administrator, but maybe that's not enough, I'll look into it thanks.
- VasilMichevMay 29, 2018MVP
Yup, looks OK, and as Global admin you should have the Mail Recipients role assigned. Unless you have played with the RBAC controls in your tenant.