This is the scenario:
I have been asked to create a Custom inventory to look for software license keys.
I have created a Custom Data Class with 4 attributes, Multirow option checked.
I have created PowerShell scripts that parses the data we want.
The question is:
Is it possible to have multiple Tasks that use the same Custom Data Class GUID and NOT have the data overwritten when two tasks run on the same computer.
ITMS 8.5, 8.6
The current product design will cause the data for the custom data class to be overwritten for that computer.
When we get new data from a computer, it will put in the most current data and delete the old entry just like it would for other data classes.
Usually, the approach that others have taken are:
1. Use different custom data classes, so each contains a specific set of results from each location that the script is trying to obtain information.
OR
2. Make your scripts robust enough to run simultaneously so that when the event (NSE) for that custom data class is sent, it will contain the results from those scripts simultaneously without one overwriting the other because those were received at different times