Answered by:
Exchange 2007 Distribution Groups with Linked Mailboxes

Question
-
HiHow do I create distributions groups with Linked
Mailboxes?I tried with command, Add-ADPermission -Identity "Group" -User
domain\user -AccessRights WriteProperty -Properties "Member"
I get no error but the user is not added.I also tried from ADSI-edit...
But get errors on group types, only Domain local I can use but the user is
added as a SID and no email is sent.Ideas would be much appreciated!
BR
RobbanMonday, October 29, 2012 2:37 PM
Answers
-
Hi Robert,
If you want to add linked mailbox to your distribution group, you can use this command;
Add-distributionGroupMember -identity "Group" -member "your linked mailbox"
It can add the linked mailbox as a member of the distribution group, but cannot add the linked master account.
Thanks,
Evan Liu
TechNet Subscriber Support in forum
If you have any feedback on our support, please contact tnmff@microsoft.com
Evan Liu
TechNet Community Support
- Marked as answer by Robban Eriksson Tuesday, October 30, 2012 1:28 PM
Tuesday, October 30, 2012 9:51 AMModerator
All replies
-
On Mon, 29 Oct 2012 14:37:55 +0000, Robban Eriksson wrote:>>>Hi>>How do I create distributions groups with Linked Mailboxes?>>I tried with command, Add-ADPermission -Identity "Group" -User domain\user -AccessRights WriteProperty -Properties "Member" I get no error but the user is not added.>>I also tried from ADSI-edit... But get errors on group types, only Domain local I can use but the user is added as a SID and no email is sent.>>Ideas would be much appreciated!Does "Add-DistributionGroupMember" not work?---Rich MatheisenMCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVPMonday, October 29, 2012 6:15 PM -
Hi, Thanks for the reply.
I use "Add-DistributionGroupMember -identity "Group" -member TRUSTEDDOMAIN\User"
But I get Object "TRUSTEDDOMAIN\User" could not be found
Am I missing something maybe?
BR
RobertTuesday, October 30, 2012 9:16 AM -
Hi Robert,
If you want to add linked mailbox to your distribution group, you can use this command;
Add-distributionGroupMember -identity "Group" -member "your linked mailbox"
It can add the linked mailbox as a member of the distribution group, but cannot add the linked master account.
Thanks,
Evan Liu
TechNet Subscriber Support in forum
If you have any feedback on our support, please contact tnmff@microsoft.com
Evan Liu
TechNet Community Support
- Marked as answer by Robban Eriksson Tuesday, October 30, 2012 1:28 PM
Tuesday, October 30, 2012 9:51 AMModerator -
Thank you Evan!
That was it... I was triying with the master account!
It works now!
Also thanks to Rich for pointing me right in the first place!
BR
RobertTuesday, October 30, 2012 1:29 PM -
On Tue, 30 Oct 2012 09:16:49 +0000, Robban Eriksson wrote:>>>Hi, Thanks for the reply.>>I use "Add-DistributionGroupMember -identity "Group" -member TRUSTEDDOMAIN\User">>But I get Object "TRUSTEDDOMAIN\User" could not be found>>Am I missing something maybe?Is "TRUSTEDDOMAIN" the "resource" domain where the user with themailbox is located? It looks like you're trying to use the "account"domain. Try using the "TRUSTING" domain.---Rich MatheisenMCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVPTuesday, October 30, 2012 2:56 PM -
My bad Rich, I did, typo by me!
But ist solved.. by adding the mailbox to the list.
Thanx again!
//Robert
Tuesday, October 30, 2012 4:03 PM