sdnian 6 Posted October 29, 2015 Posted October 29, 2015 I'd like to create a dynamic group template by computer name. But the rule has only two conditions: equal / not equal. Could I use others conditions like contains, has prefix, has postfix, has mask, regex, in, in (string mask) ? For example, all computers' name start with AA, then AA001, AA002, AA003... could be assigned into the dynamic group.
Solution sdnian 6 Posted November 3, 2015 Author Solution Posted November 3, 2015 Finally, I resolve my issue. I use "Device identifiers . Identifier value" to resolve it.
uvtms 1 Posted December 15, 2015 Posted December 15, 2015 (edited) unfortunately, when BIOS has serial number filled in the identifier value becomes the serial number (and identifier type becomes serial) edit: actually you can match the hostname even when you have serial. Which probably means that identifier value is ambiguous The interaction between multiple fileds in templte expression is not well documented. When I request that identifier type is hostname AND identifier value has prefix K does it match only hostnames starting with K or also serials starting with K? How does it work for the other operatoes (NOR, ...). Edited December 15, 2015 by uvtms
Recommended Posts