In Active Directory the user has an attribute isDeleted which will be set to true when the user is deleted. We can get the information of this user by querying the Deleted Objects container with isDeleted =true.
Similarly is it possible to get the user accounts that were deleted from a windows machine?If so how is it done?