Aug 11 2016 03:58 AM
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!
Aug 11 2016 12:28 PM
SolutionYou can easily do it via PowerShell:
New-DynamicDistributionGroup -Name Office -RecipientFilter {Office -eq "blabla"}