Hi all, I've got a (stupid) question but I can't find the solution... I wanna edit the permission in a public folder (and its subfolders) for one user in Office 365 via PS. The problem is that user (ex. Pippo@domain.com) has more rights in that PF... He
is PublishingEditor in the home folder and in the second level, from the third level he is PublishingAuthor... and if I use the command:
Get-PublicFolder –Identity “\PF_Path” –Recurse | Add-PublicFolderClientPermission –User Pippo@domain.com -AccessRights PublishingEditor
I receive a list of errors "An existing permission entry was found the user Pippo". The cmdlet fails both in folders where Pippo is Editor and folders where he is Editor, without ipdate the existing permissions.
I can't find another cmdlet for do this update, any suggestion is welcome.
Bye, thanks a lot.
Luca A.