As part of the asset management lifecycle, you would change the Asset State in ManageEngine ServiceDesk Plus or AssetExplorer to reflect if an asset has been ‘Disposed’ of or has ‘Expired’:

This has the advantage of releasing an asset node license for commissioning against a new resource in the asset register, keeping your ManageEngine license costs down.

However, what if that asset was to somehow reappear in the environment? A helpful technician who managed to resurrect a device perhaps? The reappearance of a believed to be lost asset?

Whilst the scheduled scans would detect the device again the asset tag will match against an asset in the already ‘Dispose’ or ‘Expired’ asset state. So, by design, that asset data is dropped.

But what if you needed to know this had happened?

There is no direct indication against the asset but, if you navigate to the Community Tab > System Log Viewer, you’ll see a helpful message to indicate that the asset being discovered is in a disabled asset state:

That’s ok but you need to go manually looking for this system log message to check if an expired asset has reappeared on the network.

There are some simple solutions to this. For example, you could use the following SQL query to run a report against the internal system log from the Reports Module > Query Editor:

SELECT LONGTODATE(err.occurredtime) "Date", err.message "Message" from errorlog err WHERE err.message LIKE '%scan is disabled%' AND err.occurredtime >= <from_thisweek> AND err.occurredtime <= <to_thisweek>

If you add some date qualifiers, as shown above, you can set this up as a weekly or monthly scheduled report.

In the next blog post, I’ll discuss how to monitor for this condition in real-time and even potentially raise a ticket directly in ManageEngine ServiceDesk Plus as a result.

Enjoy!

Try out ServiceDesk Plus today and see how it can improve your help desk.

Contact us now for more information, or schedule a personalised demonstration of ServiceDesk Plus.

This article is relevant to:
Service Desk

You may be interested in these other recent articles

Latest Updates for ManageEngine ServiceDesk Plus Cloud

22 October 2024

Discover the latest ServiceDesk Plus Cloud updates, including new features, fixes, and enhancements.

Read more

Latest Updates for ManageEngine ServiceDesk Plus On-Premise

18 October 2024

Discover the latest ServiceDesk Plus updates, including new features, fixes, and enhancements.

Read more

Latest Updates for ManageEngine Endpoint Central

16 October 2024

Discover the latest Endpoint Central updates, including new features, fixes, and enhancements.

Read more

Latest Updates for ManageEngine ADSelfService Plus

15 October 2024

The current build release information for ManageEngine ADSelfService Plus is summarised below. Scroll down for more information. You can download the latest service packs here.…

Read more

ManageEngine ADManager Plus Build Release Information

14 October 2024

Summary details of the current build release information for ManageEngine ADManager Plus. Scroll the above to view more release details. Download the latest service packs…

Read more