→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
07-30-2020 07:39 PM
05-02-2023 06:50 PM
Interesting question @Ian_Prentice I have pinned the thread at the top of the forum in case another user can help
07-31-2020 04:49 PM
INSERT INTO tsysMacBlacklist (Mac, Comment) VALUES ('00:00:00:00:00:00', 'Firewall')
GO
UPDATE tsysupdate SET MacBlacklist = GETDATE()
GO
07-23-2021 12:33 PM
FrankSc wrote:
Hi,
Lansweeper will indeed merge 2 devices together that hold the same MAC Address.
You can add the duplicate MAC address to the table tsysmacblacklist, this will allow both devices to exist with the same MAC address. Replace '00:00:00:00:00:00' in the query with the MAC of these devices.
After that the 2 devices should not merge any longer.INSERT INTO tsysMacBlacklist (Mac, Comment) VALUES ('00:00:00:00:00:00', 'Firewall')
GO
UPDATE tsysupdate SET MacBlacklist = GETDATE()
GO
04-28-2023 11:16 AM
I have this exact same problem with MacBooks.
Our mac users can connect via:
Company Wifi, Docking station on a hot desk, or via VPN.
I have lost many macbook assets on the system as they get overwritten by other devices connecting via the same docking stations.
I like the idea of excluding the mac addresses via SQL, but we have so many, it would be a big job to list them individually. They are all the same brand, and therefor will all share the same first three sections of the mac address. Is it possible to list the macaddress using wildcards -e.g. "a0:a1:a2:**:**:**" which would effectively stop anything from that company being merged?
or does anyone have any other ideas on how to stop Macbook assets from lost due to this duplication?
thanks!
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now