04-16-2021 10:11 AM
09-29-2022 01:50 PM
Asset monitoring is the process of tracking physical assets remotely using special hardware and software. Asset monitoring 192.168.l.254 solutions based on IoT technology provide accurate real-time information on an asset's name, location, and status, help schedule maintenance, and notify managers about asset failures.For example, the components of computer hardware would include the computer monitor, the keyboard, the Central Processing Unit, and the modem. These components should be considered part of the computer system and capitalized as a unit.
09-29-2022 01:28 PM
A note about monitors not counting towards the asset limit:
An article about the assets that count toward the Lansweeper licensed asset limit.
I hope it is useful.
10-03-2022 03:41 PM
Thank you. It did help. I have a much better view of licensed assets now.
04-16-2021 05:04 PM
04-16-2021 12:33 PM
Select Top 1000000 tsysAssetTypes.AssetTypename,
Count(tblAssets.AssetID) As Total,
tblState.Statename
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID
Inner Join tsysAssetTypes On tblAssets.Assettype = tsysAssetTypes.AssetType
Inner Join tblState On tblState.State = tblAssetCustom.State
Where tsysAssetTypes.AssetTypename Not Like 'Monitor'
Group By tsysAssetTypes.AssetTypename,
tblState.Statename
Order By tsysAssetTypes.AssetTypename,
tblState.Statename,
Total Desc
09-28-2022 04:56 PM
Thank you. This helped me focus on the real assets.
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now