SOLVED

365 Dynamic Distribution Group - Include Office

Copper Contributor

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!

2 Replies
best response confirmed by Dave Harris (Copper Contributor)
Solution

You can easily do it via PowerShell:

 

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

Excellent, many thanks!

1 best response

Accepted Solutions
best response confirmed by Dave Harris (Copper Contributor)
Solution

You can easily do it via PowerShell:

 

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

View solution in original post