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.

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

1 comment
Date Votes
  • You want "Does Not Match Expression", not "Does Not Match Pattern".

    1