Forum Discussion
Lovedoktor
Jan 07, 2022Copper Contributor
OPATH syntax for Exchange filter
Hi there I would like to create a Dynamic distribution group called RedBlock. In Active Directory when I select a user and view properties there is a tab labelled Attribute Editor. In the Att...
VasilMichev
Jan 07, 2022MVP
The list of attributes you can use for filters is listed here: https://docs.microsoft.com/en-us/powershell/exchange/recipientfilter-properties?redirectedfrom=MSDN&view=exchange-ps
As you can see, the RoomNumber attribute isn't one of them, so you cannot use it directly. You can however populate some other attribute, say extensionattribute5, with the value of roomNumber, and use it for the DDG filter instead.
As you can see, the RoomNumber attribute isn't one of them, so you cannot use it directly. You can however populate some other attribute, say extensionattribute5, with the value of roomNumber, and use it for the DDG filter instead.