
Ondrej Linhart
Activity overview
Latest activity by Ondrej Linhart-
Ondrej Linhart created a post, 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 wo...