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
In addition to resetting delegate rights I always remove the respective Outlook personal contacts for each user. If a user's email / sip address changes in the global address book but they forget to update their personal Outlook contacts, Skype / Outlook seem to continue to use the addresses from the old contacts. This just about always clears up any delegate issues.