Retrieve details of a computer removed from database?

(imported comment written by BenKus)

Yea, you can look in the COMPUTERS table in the database. You can run:

UPDATE COMPUTERS set IsDeleted = 0 where ComputerID =

You probably need to clear the cache and restart the console to see the computers…

Ben