Hello
I have some of shared mailboxes on Exchange 2010 .
I want to replace all shared mailboxes with Distribution lists
what is the procedures to do that ? after that I want to delete all shared mailboxes .
Thanks
Technology Tips and News
Hello
I have some of shared mailboxes on Exchange 2010 .
I want to replace all shared mailboxes with Distribution lists
what is the procedures to do that ? after that I want to delete all shared mailboxes .
Thanks
Hi Yasser,
From your description, I would like to clarify the following thing:
Exchange has no built-in function to convert shared mailbox to distribution group directly. You need to create distribution groups manually. If these shared mailboxes are unnecessary, you can disable them.
Hope my clarification can be helpful to you.
Best regards,
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com
Hi Yasser,
From your description, I would like to clarify the following thing:
Exchange has no built-in function to convert shared mailbox to distribution group directly. You need to create distribution groups manually. If these shared mailboxes are unnecessary, you can disable them.
Hope my clarification can be helpful to you.but firstly I need to
Best regards,
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.c
Hi Yasser,
You can use the following cmdlet to export all shared mailboxes and users who has access to them to a .csv file.
Get-Mailbox -RecipientTypeDetails SharedMailbox | Get-MailboxPermission | Select Identity,User,@{Name='Access Rights';Expression={[string]::join(', ', $_.AccessRights)}} | Export-Csv C:\sharedmailboxpermission.csv NoTypeInformation
Hope this can be helpful to you.
Best regards,
If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com