Question about MAC address

(imported topic written by bearandy)

I want to compare if the computers’ Mac address are same.

And to delete the old computer agent.

Are there any relevance that can create a analysis to compare MAC address?

(imported comment written by BenKus)

Hi bearandy,

Try using the Computer Remover utility, which should do almost exactly what you want:

https://www.ibm.com/developerworks/mydeveloperworks/wikis/home?lang=en#/wiki/Tivoli%20Endpoint%20Manager/page/TEM%20Computer%20Remover

(Use the -P option)

Ben

(imported comment written by bearandy)

Thanks for answer.

I do not exactly know how to use it.

download and just execute it?

Should I create an fixlet or something?

(imported comment written by bearandy)

other question:

Is there a relevance could compare each computers about properties like computer name or address and list the same of it.

(imported comment written by bearandy)

It only show the number of duplicate computers.

How could I know which computer to delete?

Is it possible to see the computer?

(imported comment written by Lee Wei)

This Session Relevance statement will list all MAC Addresses with duplicate values.

unique values whose (multiplicity of it > 1) of values of results of bes property "MAC Addresses - Windows"

This is an example statement that can search for some specific MAC Addresses.

(name of item 0 of it, item 1 of it) of (computers of it, values whose (it contains "00-02-a5") of it) of results of bes property "MAC Addresses - Windows"

If we combine the 2, we can return the duplicate values along with the names of the computers. You can also replace “MAC Addresses - Windows” with other properties to find other duplicates.

unique values of (item 1 of it & " - " & name of item 0 of it) of (computers of it, values whose (it is contained by (concatenation "|" of unique values whose (multiplicity of it > 1) of values of results of bes property "MAC Addresses - Windows")) of it) of results of bes property "MAC Addresses - Windows"

Lee Wei

(imported comment written by Lee Wei)

The final statement returns something like the following on my system.

Results
00-02-a5-02-29-82 - SQUEEZE
00-02-a5-02-29-82 - ZENDEN
00-50-56-c0-00-01 - C5DM2
00-50-56-c0-00-01 - CORONA
00-50-56-c0-00-01 - TRADERS
00-50-56-c0-00-01 - ZENDEN
00-50-56-c0-00-08 - C5DM2
00-50-56-c0-00-08 - CORONA
00-50-56-c0-00-08 - TRADERS
00-50-56-c0-00-08 - ZENDEN

Lee Wei