Forum Discussion
Delegate cannot create Skype meetings
- Apr 26, 2017
In our environment, we normally clear all the delegation permission first between the manager and delegatee to avoid any hanging process/permissions:
1. Remove the delegation from Outlook and wait for an hour to two before adding it back again.
2. Via powershell:
Remove-MailboxFolderPermission -Identity kim@contoso.com:\Training -User john@contoso.com
and wait for an hour to two before adding it back with
Add-MailboxFolderPermission -Identity ayla@contoso.com:\Marketing -User ed@contoso.com -AccessRights Owner
Hi,
what do you get when you run this in powershell on your exchange server?
Get-MailboxFolderPermission -Identity john@contoso.com:\Calendar -User Ayla@contoso.com
-User is the delegated users identity
This is what I get when run PS command.
FolderName User AccessRights
---------- ---- ------------
Calendar user {Editor}
- Wan Zhung BongApr 27, 2017Brass Contributor
Did you manage to resolve it by removing the permission and add it back couple hours later?
- MaluksJun 02, 2017Iron Contributor
Today received a message, that the problem appeared again. Any ideas why the delegate keeps loosing the permissions? When I check the settings - everything is setup as it should be, this issue occurred like 3-4 times already...
- Glen SteffensSep 14, 2017Copper Contributor
We also have reports of the delegates losing access every month and it seems to coincide with our pool failover process during patch weekends. Any chance you have a patching process that moves the user or fails the pool temporarily?
- MaluksApr 27, 2017Iron ContributorToday I got an answer from the user that it started to work after I applied your proposed PS commands! In addition I also used SefaUtil.exe to remove delegate and re-add it again.
Thank you for your help :)