Forum Discussion

Dave Harris's avatar
Dave Harris
Copper Contributor
Aug 11, 2016
Solved

365 Dynamic Distribution Group - Include Office

With on-premise Exchange I used to use dyncamic distribution groups a lot, howerver with the move to Office365 I have lost some functionality.

 

I can create a dynamic group based on "State or province", "Company" and "Department". Ideally it would be nice to have "Office" as an option in this drop down please?

 

TIA!

  • You can easily do it via PowerShell:

     

    New-DynamicDistributionGroup -Name Office -RecipientFilter {Office -eq "blabla"}

Resources