show admininistrator
Ok I'm scratching my head on this one. How can I create a filter that will look at the local administrators group & show me only those computers who have members in it other than x, y, z?
0
Important Notice: On February 29th, this community was put into read-only mode. All existing posts will remain but customers are unable to add new posts or comment on existing. Please feel to join our Community Discord for any questions and discussions.
Ok I'm scratching my head on this one. How can I create a filter that will look at the local administrators group & show me only those computers who have members in it other than x, y, z?
Comments
Jonathan, you can see how to do it at the end of this topic:
http://support.adminarsenal.com/entries/20559452-create-collection-to-find-group-members
Thanks Adam. I had figured out that I could do it in a report but was still curious as to why I couldn't do it from a collection? I put the exact type of filters and nothing.
Jonathan,
I'm not quite sure, the same logic should work in a collection. I've attached a collection that filters computers that have any member that's not Administrator, Domain Admins, or Enterprise Admins. Let me know if that's helps out.
Ok, I was using "does not equal" rather than "expression does not match" which worked in the report but not the collection. Weird.
That is odd, I wouldn't think that would work in a report. Can you export the report to XML and send it in? It may be a bug.
Uploaded.
Okay, I see the difference. Reports can have the same value filtered on multiple times, something that Collections can't due at present so all of the user names need to be combined into a single filter. The "expression does not match" simulates what the Report does with multiple values.