Utility to search for arbitrary extensible attributes with arbitrary values
Closed this issue · 1 comments
The specific use case is a list of hosts with the Policy 8 EA set to some (or no) value, which value to look for defined on the command line.
But this could just be a specific implementation of a general utility. Something like
IB-easearch -e "Policy 8" -v "Restricted" (all hosts with the value of Restricted for the Policy 8 EA)
IB-easearch -e "Business Contact" -null (all hosts with no value set for Business Contact)
or something along those lines.
Turns out that the closest we can come in the current API is to create a Personal (or Global) Smart Folder, but we'd still have to log into the GUI and export the results. While we're in the GUI... we might as well just make the flipping folders ourselves. Forget about this one for now.