Hello,
I need some help with a custom query i need on ePO to handle duplicated systems in order to delete just the oldest. The query in SQL should look like this (field and table names are made up):
SELECT SystemName, COUNT(SystemName), MIN(LastComunication)
FROM Clients
GROUP BY SystemName
HAVING COUNT(SystemName) > 1;
This query shows a row for each duplicated system and the last comunication time of the oldest one for each.
Is there a way to turn this into an importable XML for the McAfee ePO?
Thanks in advance
Solved! Go to Solution.
Was my reply helpful?
If this information was helpful in any way or answered your question, will you please select Accept as Solution in my reply and together we can help other members?
Corporate Headquarters
6220 America Center Drive
San Jose, CA 95002 USA