Duplicate computers

(imported topic written by SystemAdmin)

Hi,

I need to know the names of the duplicate computers, is that possible?

Saludos!

(imported comment written by Lee Wei)

Hola,

Here is an example of a Session Relevance statement to retrieve a list of duplicate computers.

(it, multiplicity of it) of unique values whose (multiplicity of it > 1) of names of bes computers

Here would be a simple but complete example suitable as a custom report in Web Reports.

You create it by going to Web Reports --> Explore Data --> Custom --> paste the statement then Save Report

<?relevance (html 
"<table border=1 style=%22border-collapse: collapse; border: medium none;%22>" & it & html 
"</table>") of concatenation of trs of (td of it & td of (multiplicity of it as string)) of unique values whose (multiplicity of it > 0) of names of bes computers ?>

Lee Wei

(imported comment written by Lee Wei)

Oops, the 2nd statement should read “multiplicity > 1”.

(imported comment written by SystemAdmin)

lee wei,

this was exactly what i wanted,

thank you very much!!!

saludos!