- find filter attribute like * finds all entries that have the attribute containing any value.
- find sort attribute str sorts the list of entries by the attribute, which has the side effect of removing entries that don't have the attribute from the result set.
I tested these on string values, but I'm not sure whether they'll work for System.__ComObject values.
No comments:
Post a Comment