
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2021 04:22 PM
I'm a new user to LanSweeper coming over from Spiceworks. Liking it so far. One thing I'm missing in the change is that Spiceworks would record asset changes in the history of the device. Such as IP address change, hostname change etc. as well as software changes. This is useful information as it records changes made when a device changes location.
Is this possible in LanSweeper?
Thanks
Is this possible in LanSweeper?
Thanks
Labels:
- Labels:
-
General Discussion
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-29-2021 05:21 PM
Hi rickybee,
as I can see Lansweeper save some History information about assets. You can check for SQL tables ending in -hist, for example tblSoftwareHist. Maybe some have no data, but could be enabled.
For data changings that Lansweeper doesn't monitor you can create your own table creating a trigger to fill them as in:
SQL Server Trigger Example to Log Changes History of a SQL Table
as I can see Lansweeper save some History information about assets. You can check for SQL tables ending in -hist, for example tblSoftwareHist. Maybe some have no data, but could be enabled.
For data changings that Lansweeper doesn't monitor you can create your own table creating a trigger to fill them as in:
SQL Server Trigger Example to Log Changes History of a SQL Table
