Forum Discussion
Dave Harris
Aug 11, 2016Copper Contributor
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"}
2 Replies
Sort By
You can easily do it via PowerShell:
New-DynamicDistributionGroup -Name Office -RecipientFilter {Office -eq "blabla"}
- Dave HarrisCopper Contributor
Excellent, many thanks!