Hi there.
There are people setting up a 3rd party system that retrieves information from our AD.
During testing, they found that they could capture the creation of new users and modifications of users and get their system to act accordingly.
The problem is for deletions.
When a user is deleted, they have no way of knowing it.
I tried every command from this post: https://social.technet.microsoft.com/Forums/scriptcenter/en-US/5424e204-d601-4330-a7ed-331134e47e18/filter-deleted-users-in-getadobject-cmdlet-also-returns-deleted-computers?forum=ITCG
But did not get the deleted users.
Note that Active Directory Recycle Bin is not enabled on our AD.
I also tried the steps from this article: https://www.lepide.com/how-to/restore-deleted-objects-in-active-directory.html
The weird thing is that when I used LDP.exe, I found the deleted users!
Can anybody please help?