
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2018 10:47 PM
Good day!
I am in need of a report showing all Linux machines with their names, PS version, network adapter name, MAC Address, and IP addresses. I know there will be multiple entries as some machines have multiple network adapters.
Thanks!
I am in need of a report showing all Linux machines with their names, PS version, network adapter name, MAC Address, and IP addresses. I know there will be multiple entries as some machines have multiple network adapters.
Thanks!
Solved! Go to Solution.
Labels:
- Labels:
-
Report Center
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2018 10:50 AM
Most of the information you want is is either in the default Asset table. Linux network information can be found in the tblLinuxNetworkDetection. Most Linux specific information can be found in database tables that start in tblLinux, so it shouldn't be too hard to find.
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2018 10:50 AM
Most of the information you want is is either in the default Asset table. Linux network information can be found in the tblLinuxNetworkDetection. Most Linux specific information can be found in database tables that start in tblLinux, so it shouldn't be too hard to find.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-15-2018 02:54 PM
Charles.X wrote:
Most of the information you want is is either in the default Asset table. Linux network information can be found in the tblLinuxNetworkDetection. Most Linux specific information can be found in database tables that start in tblLinux, so it sohuldn't be too hard to find.
Thank you so much! That helped me with what I needed to get my report created.
