Use Configuration Item Results in SCCM
I would like to be able to use the results of a configuration item to create collections.
An example would be I have a CI that collects the value of a registry key on computers. I am returning the value of that reg key. I would like to be able to create collections based on the value of the reg key result I had returned.
If I have it return the string “1234”. I want create a collection based off of computers that return 1234.
