All of our endpoints have an asset tag assigned to them, and that becomes their machine name. All tags are in the format of:
ABC-DE01234
Currently, we need to search DE01234 for the search to return results. We'd like to be able to just search the numbers as the letters DE can change.
I've tried adding * before the numbers but it made no difference. If there's already a wildcard operator out there please let me know :)