Forum Discussion

Maluks's avatar
Maluks
Iron Contributor
Apr 25, 2017
Solved

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...
  • Wan Zhung Bong's avatar
    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

     

     

     

Resources