SOLVED

Using Azure AD User Information in Exchange as Custom Attributes for Dynamic Distribution List

Copper Contributor

German: 

Wie kann man die Informationen(Stadt, Straße) von den Usern als Variablen in der Dynamic Distribution List verwenden.

 

How to use the information (city, street) from the users as variables in the Dynamic Distribution List.

 

Thank you for any help:grinning_face:

1 Reply
best response confirmed by SpeedHeed (Copper Contributor)
Solution
You can use any attribute listed here: https://docs.microsoft.com/en-us/powershell/exchange/recipientfilter-properties?redirectedfrom=MSDN&...

For example, for "street", use the following syntax:

(StreetAddress -like 'Street name*')
1 best response

Accepted Solutions
best response confirmed by SpeedHeed (Copper Contributor)
Solution
You can use any attribute listed here: https://docs.microsoft.com/en-us/powershell/exchange/recipientfilter-properties?redirectedfrom=MSDN&...

For example, for "street", use the following syntax:

(StreetAddress -like 'Street name*')

View solution in original post