cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to query duplicate IP adresses

Hello,

i have DNS trouble. Some names are redirected to the same IP. On my ePO i want to query all duplicate systems with a duplicate IP, like the default query for duplicate systemnames.

There is an old community entry without a solution. Only with workaround.

Is it possible to query it now? Anyone an idea?

Thanks.

3 Replies
LKS
Employee
Employee
Report Inappropriate Content
Message 2 of 4

Re: How to query duplicate IP adresses

Hi Kundenservice,

There is a default Query available under "Queries & Report" which will pull all the duplicate entries from your system tree.

Query name : Duplicate System Names

Was my reply helpful?

If you find this post useful, please give it a Kudos! Also, please don't forget to select "Accept as a Solution" if this reply resolves your query!

Re: How to query duplicate IP adresses

Hi LKS,

thanks for your reply, but unfortunately it is not helpful. I had written, i´m searching for a solution like the default query for duplicate systemnames. I need a solution for IP´s.

 

 

cdinet
Employee
Employee
Report Inappropriate Content
Message 4 of 4

Re: How to query duplicate IP adresses

You can try this - and this assumes the table name, please verify it is correct.

Select computername, IPAddress from EPOcomputerpropertiesMT where ( ipaddress in ( SELECT a.ipaddress FROM EPOcomputerpropertiesMT AS a, EPOcomputerpropertiesMT AS b WHERE a.ipaddress=b.ipaddress AND a.parentID!=b.parentID AND a.ipaddress != ' ' ) )

Was my reply helpful?
If this information was helpful in any way or answered your question, will you please select Accept as Solution in my reply and together we can help other members?

You Deserve an Award
Don't forget, when your helpful posts earn a kudos or get accepted as a solution you can unlock perks and badges. Those aren't the only badges, either. How many can you collect? Click here to learn more.

Community Help Hub

    New to the forums or need help finding your way around the forums? There's a whole hub of community resources to help you.

  • Find Forum FAQs
  • Learn How to Earn Badges
  • Ask for Help
Go to Community Help

Join the Community

    Thousands of customers use our Community for peer-to-peer and expert product support. Enjoy these benefits with a free membership:

  • Get helpful solutions from product experts.
  • Stay connected to product conversations that matter to you.
  • Participate in product groups led by employees.
Join the Community
Join the Community