
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-02-2013 01:28 PM
please translate the following report to the new format.
source: http://www.lansweeper.com/kb/19/report-based-on-file-information.html
Select tblComputers.Computername, tblComputers.ComputerUnique, tblFileVersions.FilePathfull, tblFileVersions.Found,
tblFileVersions.FileVersion, tblFileVersions.CompanyName, tblFileVersions.Filesize
From tblComputers Inner Join tblFileVersions On tblComputers.Computername = tblFileVersions.Computername
Where tblFileVersions.FilePathfull Like '%firefox.exe'
many thanks!
pete
source: http://www.lansweeper.com/kb/19/report-based-on-file-information.html
Select tblComputers.Computername, tblComputers.ComputerUnique, tblFileVersions.FilePathfull, tblFileVersions.Found,
tblFileVersions.FileVersion, tblFileVersions.CompanyName, tblFileVersions.Filesize
From tblComputers Inner Join tblFileVersions On tblComputers.Computername = tblFileVersions.Computername
Where tblFileVersions.FilePathfull Like '%firefox.exe'
many thanks!
pete
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
‎03-23-2015 02:20 PM
A sample report can now be found here. The PDF documentation was removed from our website. Everything has been moved to the knowledge base and the action/installer/report centers.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2015 02:20 PM
A sample report can now be found here. The PDF documentation was removed from our website. Everything has been moved to the knowledge base and the action/installer/report centers.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2013 06:09 PM
A sample 5.0 report can be found on page 96 of our online documentation: http://www.lansweeper.com/documentation.pdf
