Weird distribution group issue
Results 1 to 3 of 3

Thread: Weird distribution group issue

  1. #1
    Join Date
    Jun 2001
    Posts
    448

    Question Weird distribution group issue

    I have a user who receives e-mail sent to an Exchange 2007 e-mail distribution list, but she's not a member of that list. I have verified via the Exchange Management Shell that she is a member of one distribution list, which happens to be a mail enabled security group. The commands I used to verify this are:

    Get-DistributionGroup | where { (Get-DistributionGroupMember $_ | foreach {$_.name}) -contains "yourUserName" }

    Get-DistributionGroup | where { (Get-DistributionGroupMember $_ | foreach {$_.PrimarySmtpAddress}) -contains "yourUserPrimaryEmailAddress" }

    Any ideas as to why this could be happening?

  2. #2
    Join Date
    Feb 2000
    Location
    Idaho Falls, Idaho, USA
    Posts
    18,429
    Possibilities:

    1. Someone who is a member of the list has set those e-mails to be automatically forwarded.

    2. The list she is a member of is somehow linked to the other list.

    3. The list that is used for the e-mails that the user is not a member of and should not be getting e-mails from is corrupted. It may need to be deleted and rebuilt.

  3. #3
    Join Date
    Jun 2001
    Posts
    448
    Thanks for the ideas, jdc2000.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •