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 variables in the Dynamic Distribution List.
Thank you for any help😀
- 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*')
- 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*')