Forum Discussion

Giri12788's avatar
Giri12788
Copper Contributor
May 15, 2024

Multiple objects with Sid S-1-5-10 were found.

When I tried to set exchange on-premise user mailbox permission, I'm getting the below error.

I have used the below script. What we missed ? This works for some objects.

 

 

 

$sid = "S-1-5-10";
Add-MailboxPermission -Identity "TestExchange213" -User $sid -AccessRights FullAccess -confirm:$false;

 

 


 

Resources