I would like to single out Macs named like "Whoever's iMac" but can't seem to create criteria that catches Computer Names with an apostrophe in them. Computer Name matching regex ['] or using Computer Name is like ' only returns one machine for whatever odd reason.
Page 1 / 1
Try this:
# Criteria is Computer Name Matches Regex:
.*["'].*
@ryan.ball No difference, just the same single machine was found.
@PhilMaul Take a look at the Computer Name section of a computer in question. It uses a different type of apostrophe, which is probably why it is not working for you.
# This is what you were looking for: '
# This is what that field usually uses: ’
# So the criteria would be Computer Name Matches regex
.*["’].*
@ryan.ball Yep, that worked! Thank you.
Used this solution for finding computers that have names ending with (
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.