I'm the author of the NinjaOne PowerShell module so when I was looking for a quick way to identify duplicate devices I turned to that module and the NinjaOne API to find a solution.
About this script
This script is a quick way to identify duplicate devices in your NinjaOne instance. It can return a full listing of all devices grouped by serial number, it can also just return the ID, last contact date and serial number for the device with the oldest last contact date.
The script
loading...
At this time it's not possible to remove devices via the NinjaOne API so this script will only return the duplicate devices - you'll have to arrange to remove these devices manually.
If you want all devices with duplicates:
Get-NinjaOneDuplicateDevices -All
or just the older duplicated devices:
Get-NinjaOneDuplicateDevices -Duplicates