Hi community,
I have 3 tables, one from AD, one from SCCM and one from another Audit program, all three tables contain Computer Name.
I'm trying to determine which computers appear in all 3 tables, which in two and which only in one.
There are computers that exisit in only in one of the 3 tables which means I don't really have a good place to start.
Anyone have any ideas?
Dan
Here's an example of the data, each column is a table:
AD | SCCM | TrackIT |
Computer1 | Computer1 | |
Computer2 | ||
Computer3 | ||
Computer4 | Computer4 | Computer4 |
Computer5 | Computer5 | |
Computer6 | ||
Computer7 | Computer7 | Computer7 |
Computer8 | Computer8 | Computer8 |
Computer9 | Computer9 | |
Computer10 |