Seeking some guidance / assistance with some session relevance please.
I have a custom property, RegistrationID, and I want to get a list of all computer names and computer ids along with the property results for RegistrationIDfor every instance where RegistrationIDis not unique.
I can figure out how to pull all the values that are not unique which I believe I can then use as a lookup (a set) to pull all computer names, ids and property results but I can’t figure out then next step on how to join the list of duplicates and parse the computer names/ids and proppoerty result for each duplicated result, and for it to be an efficient query.
(unique values whose (multiplicity of it > 1) of it whose (it contains "-") of values of results of bes property "RegistrationID")
Any assistance would be greatly appreciated