EXO Manageability Survey
The Exchange online engineering team would like your feedback on the user interface within O365: https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR49eFzv9DqVGqZMZy6mK_45UQVUzS1JGSU9YSU9OMTQxT1VNT0U2Wk5JSy4u
Exchange Hybrid Duplicate Mailboxes
Some customers have seen where they can end up with a duplicate mailbox within their hybrid environment. This can cause problems when a user, either on premises or in the cloud, has two mailboxes, one on premises and another one in Exchange Online (EXO). The good news is, there is now a work around. A
To stay hybrid or not to stay hybrid…
That is the question and the answer is: It depends, but most like yes. You need to ensure that you have no on premises dependencies. I’ve had this conversation with more than 5 customers in the past 2 weeks, so thought I’d present the discussion of the options and thought process around removing the Exchange servers from
cmdlet: Remove-DistributionGroupMember
Q: Is there a way to remove a user from a distribution group? A: Yes, there is the built in Remove-DistributionGroupMember cmdlet available, both for an on premises Exchange Server environment and Exchange online tenants. Remove-DistributionGroupMember -Identity GroupName -Member UserName
cmdlet: Add-DistributionGroupMember
Q: Is there a way to add users to a distribution group? A: Yes, there is the built in Add-DistributionGroupMember cmdlet available, both for an on premises Exchange Server environment and Exchange online tenants. Add-DistributionGroupMember -Identity GroupName -Member UserName
cmdlet: Get-DistributionGroupMember
Q: Is there a way to list or get members in a distribution group? A: Yes, there is the built in Get-DistributionGroupMember cmdlet available, both for an on premises Exchange Server environment and Exchange online tenants. Get-DistributionGroupMember -Identity GroupName -Member UserName