Dynamic collection with Regex computer name matching
I need to autocollect computers, that are not named according to regular expression ^(DTP|NTB){1}\d{4}$
That is everything that is not named DTP0001, NTB0001, DTP1234, etc.
Expression tested and works, but not in PDQ Inventory.
0
Comments
You want "Does Not Match Expression", not "Does Not Match Pattern".