Environment
- Carbon Black Cloud Console: All Versions
Objective
How to find Duplicate Names.
Resolution
- Go to Endpoints Page or VM Workloads Page.
- Export the Device information by clicking the Export button.
- Open the exported device information csv format file in excel.
- Add 2 columns Duplicate and Duplicate Count to the end of the table.
- For Duplicate column use forumla =COUNTIF(A:A,A2)>1 and for Duplicate Count use formula =COUNTIF(A:A,A2)
- Use the Filter functionality to filter rows having Duplicate column value as True. These are the devices with Duplicate Names.
- Copy the list of Duplicate Device names to new sheet. Go To Data->Remove Duplicates. This is the list of Device Names having duplicate value.