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

Protected: Test: Quote Form

15 May 2026

There is no excerpt because this is a protected post.

Read more

Endpoint Central Disk Space Reports: Getting the Data You Actually Need

13 May 2026

If you’ve ever tried to set up a useful disk space report in ManageEngine Endpoint Central, you’ll know the built-in options can leave a bit…

Read more

Latest Updates for ManageEngine Endpoint Central

7 May 2026

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

Read more

Automatically Creating Notes from Worklogs in ServiceDesk Plus Cloud

6 May 2026

If your team logs worklogs in ManageEngine ServiceDesk Plus Cloud and you want that activity automatically reflected as a note on the request, you’ll be…

Read more

Stay Ahead with the Latest Updates for ADSelfService Plus

1 May 2026

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

Read more