/build/static/layout/Breadcrumb_cap_w.png

Is there any way to search in K1000 for Devices by Network Interface?

As of right now, under Inventory --> Devices, you can only search for PCs based off of the connected MAC address and IP. However, what if we wanted to search for a Wireless MAC address that isn't currently connected (but inventoried). Is there a way to search by one of the Network Interfaces for a PC?

0 Comments   [ + ] Show comments

Answers (1)

Posted by: chucksteel 6 years ago
Red Belt
0
You will have to use a SQL report:
SELECT * FROM ORG1.MACHINE
JOIN MACHINE_NICS on MACHINE_NICS.ID = MACHINE.ID
WHERE MACHINE_NICS.MAC = "78:4F:43:9A:9B:0E"

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ