Yes very good ! LSTRIGGER.EXE can remove the duplicate entries.
But i've 2000 computers. So from LS I've export in EXCEL a list of all computers then i 've used a excel macro to keep duplicate computers only.
You can found this macro here (in french cause i'm french
😉 😞 http://syskb.com/une-macro-pour-supprimer-localiser-les-doublons-dans-un-classeur-excel/Once i've this list, i copy it in a computers.txt file. And i launch this script from command line:
for /F %%1 IN (c:\scripts\computers.txt) do lstrigger.exe SERVER %%1 DOMAINE 9524
All duplicate entries are now deleted !
Thanks!