Sharing users contacts in the admin center

Tony Rusin 1 Reputation point
2022-10-08T03:35:43.143+00:00

I need to share a users outlook contacts to another users without giving full mailbox permission, any idea?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. T. Kujala 8,766 Reputation points
    2022-10-08T04:44:41.047+00:00

    Hi @Tony Rusin ,

    I think the easiest way to achieve this is to use the PS command.

    https://learn.microsoft.com/en-us/powershell/exchange/connect-to-exchange-online-powershell?view=exchange-ps

    Set-MailboxFolderPermission <Identity>:\contacts -User default -AccessRights Editor

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.