
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2010 06:48 AM
Dear Concern,
I am trying to generate report on system name v Mac address of all reported systems reported in Lansweeper. But, the report is partial and not showing complete list. When i tried to check few systems from (which are not reporting in SQL) http://<servername>/lansweeper, it shows the complete details. Not sure, why SQL query is not showing this data.
Please let me know how to generate complete report in SQL.
Thanks and Regards,
Guru.R
I am trying to generate report on system name v Mac address of all reported systems reported in Lansweeper. But, the report is partial and not showing complete list. When i tried to check few systems from (which are not reporting in SQL) http://<servername>/lansweeper, it shows the complete details. Not sure, why SQL query is not showing this data.
Please let me know how to generate complete report in SQL.
Thanks and Regards,
Guru.R
Labels:
- Labels:
-
Archive
7 REPLIES 7

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2010 08:04 AM
Got it.. i could able to find the query. Thanks for the information. 🙂

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2010 06:55 AM
Hi,
Can you please let me know the query to collect Mac address information only for Ethernet adaptor along with computer name? Not sure how to filter with IPenabled=1. Please help.
regards,
Guru.R
Can you please let me know the query to collect Mac address information only for Ethernet adaptor along with computer name? Not sure how to filter with IPenabled=1. Please help.
regards,
Guru.R

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2010 11:17 AM
Is there a way to upload screenshot here.
Also, this query is showing mac of all types of network adaptors like bluetooth, wireless etc. Need only Mac address of Ethernet adaptor. Can this be possible?
Also, this query is showing mac of all types of network adaptors like bluetooth, wireless etc. Need only Mac address of Ethernet adaptor. Can this be possible?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2010 11:31 AM
Guru Prasad wrote:
Is there a way to upload screenshot here.
Also, this query is showing mac of all types of network adaptors like bluetooth, wireless etc. Need only Mac address of Ethernet adaptor. Can this be possible?
You can click the "attach" button on the right.
You can filter with ipenabled=1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2010 09:56 AM
Here is the query iam using..
Select tblNetwork.Computername, tblNetwork.MACaddress
From tblNetwork
Select tblNetwork.Computername, tblNetwork.MACaddress
From tblNetwork

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2010 09:58 AM
Guru Prasad wrote:
Here is the query iam using..
Select tblNetwork.Computername, tblNetwork.MACaddress
From tblNetwork
That should get you everything, do you have an example of what's missing but showing on the website?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2010 09:48 AM
Could you post your SQL please.
