Get Shared Mailboxes

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

February 9th, 2015 12:57pm

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

Free Windows Admin Tool Kit Click here and download it now
February 10th, 2015 6:51am

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

February 11th, 2015 9:13am

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

Free Windows Admin Tool Kit Click here and download it now
February 12th, 2015 10:01pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics