I am trying to create a scheduled task to delete computers and users that havent been seen within the last 30 days.
looked in the tblComputers and found the lastseen field and it looked very simple, but then is there all the other tables where a computer might be present with some references - like tblADComputers.
Found out that if I delete from tblComputers then will it still be in tblADComputers.
So my guestion is - is there an build in feature that clear up after a computer / user after it is deleted somewhere and if yes, which table should I then delete from?
I dont wanna have a lot of old and "unused" data in the database if I can get it away.