Skip to content

Improve to allow on Prem Mail boxes on Get-DistributionGroupMemberRecursive #21

Description

@spyram

You could add in your SWITCH ($Member.RecipientType)...

{($_ -eq "UserMailbox") -or ($_ -eq "Mailuser")} {

To include both cases of Onprem Mailboxes (Mailuser) vs O365 Mailboxes (UserMailbox)

Also you could add a default case for new cases that are not being handled.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions