Forum Discussion
Maluks
Apr 25, 2017Iron Contributor
Delegate cannot create Skype meetings
Hi Everyone, I have a strange situation in my company, that a delegete cannot create meetings on behalf of the delegator. There are permisisons set to Editor under Outlook -> Account Setting...
- 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
Apr 25, 2017
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
Justin Davis
Apr 26, 2017Copper Contributor
We resolved this for users at my company in two ways, both had to do with something weird happening during the exchange migration.
User 1: her msexchrecipienttypedetails ad attribute was set to 3, we compared it to other delegates and found that it should be 1. After making the change, removing and re-adding her from the delegator's skype, and restarting her Skype client, she was able to schedul Skype meetings.
2nd user: her msexch attributes were fine, so we had the skype admin clear her delegate permisssions on the server, then had the delegator re-add her. After restarting the Skype client she was able to schedule Skype meetings again.
User 1: her msexchrecipienttypedetails ad attribute was set to 3, we compared it to other delegates and found that it should be 1. After making the change, removing and re-adding her from the delegator's skype, and restarting her Skype client, she was able to schedul Skype meetings.
2nd user: her msexch attributes were fine, so we had the skype admin clear her delegate permisssions on the server, then had the delegator re-add her. After restarting the Skype client she was able to schedule Skype meetings again.