Delegate Only setting not working

Exchange 2013, Outlook 2010, I have a user that has two delegates setup on thier calendar and the Calendar Global Delegate Options set for "Send Meeting requests and meeting responses to" "Delegate only", this is setup in OWA. when a meeting request is put on the users calendar, the delegates do not get a meeting request. What can I do to fix this?

Thanks

Pat

April 30th, 2015 11:11am

Hi,

Please use the following command to check the delegate permission on this users mailbox

Get-MailboxPermission -Identity UserName | where {($_.IsInherited -eq $false) -and -not ($_.User -like NT AUTHORITY\SELF)}

Meanwhile, use the following command to check this users calendar permission.

Get-MailboxFolderPermission -Identity User@company.com:\Calendar -User delegated username

Allow someone else to manage your mail and calendar

https://support.office.com/en-us/article/Allow-someone-else-to-manage-your-mail-and-calendar-41c40c04-3bd1-4d22-963a-28eafec25926

Best Regards.

Free Windows Admin Tool Kit Click here and download it now
May 1st, 2015 3:43am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics