When an Active Directory object is deleted, a small portion of the object remains for a specified period of time so that other domain controllers that are replicating changes will become aware of the deletion. This period of time is referred to as the "tombstone lifetime" and is configurable. This article describes how to view the objects that have been deleted.
To view the deleted objects stored on an Active Directory domain controller:
Start Ldp.exe, and then click Connect on the Connection menu. Type the server name of a domain controller in the enterprise, verify that the Port setting is set to 389, click to clear the Connectionless check box, and then click OK. After the connection is established, server-specific data is displayed in the right pane.
On the Connection menu, click Bind. Type the user name, password, and domain name (in DNS format) in the appropriate boxes (you may need to click to select the Domain check box), and then click OK. If the binding is successful, you should receive a message similar to "Authenticated as dn:'YourUserID'" in the right pane.
On the View menu, click Tree. Type the distinguished name (DN) of the domain in the Base DN box. The base DN is the starting point in the Active Directory hierarchy at which searches begin. In the Base DN box, type
dc=<mydomain>,dc=<com>
replacing <mydomain> and <com> with the appropriate domain name.
This generates a tree view in the left pane beginning with the DN you typed. Double-click the root node of the tree view and in the right pane, locate the data associated with the "wellKnownObjects" attribute. Look for the line associated with the "Deleted Objects" data. For example, this may look like:
Set "Size Limit:" to a sufficiently large value such that all the deleted objects in the directory can be returned by the query. LDP will return up to the number of objects specified in "Size Limit:", and if there are more objects that cannot be returned, it will log an error. The error returned
in the right-hand pane is:
Error: Search: Size Limit Exceeded. <4>
If you experience this error, set the "Size Limit:" higher and execute the Search again.
If necessary, modify the timeout value from zero to 60000 milliseconds.
Click OK to close the Search Options dialog box, click Subtree in the Scope box, and then click Run.
The deleted object(s) should be displayed in Ldp in the right pane. For example, the following sample text would be output if the administrator had deleted the "TestUserAccount" user account: