I'm trying build a tool for our communications department for when they want to email a very specific set of employees. I'm using a very basic script to pull back all the users from AD and was hoping to use the built in filtering so they can get exactly who they need. For example, get a list of employees where department is "Tax" or "Finance". Can the built in filter handle OR statements?
The short answer is no - and we have an enhancement request in the system for more complex filters.
The slightly longer answer is that you can use an regular expression operator (see graphic) to do what you want. Then save that filter as a new Script Node in the Navigation tree.