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.
Solved
Smart Group criteria for finding Computer Names with an apostrophe...
Best answer by ryan_ball
@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
.*["’].*
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.