Forum Discussion
SpeedHeed
May 25, 2022Copper Contributor
Using Azure AD User Information in Exchange as Custom Attributes for Dynamic Distribution List
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 variabl...
- May 25, 2022You can use any attribute listed here: https://docs.microsoft.com/en-us/powershell/exchange/recipientfilter-properties?redirectedfrom=MSDN&view=exchange-ps
For example, for "street", use the following syntax:
(StreetAddress -like 'Street name*')
VasilMichev
May 25, 2022MVP
You can use any attribute listed here: https://docs.microsoft.com/en-us/powershell/exchange/recipientfilter-properties?redirectedfrom=MSDN&view=exchange-ps
For example, for "street", use the following syntax:
(StreetAddress -like 'Street name*')
For example, for "street", use the following syntax:
(StreetAddress -like 'Street name*')