Windows IT Pro is the leading independent community for IT professionals deploying Microsoft Windows server and client applications and technologies.
  
  
  Advanced Search 


Return to article

Q. How can I view Active Directory (AD) objects in the Deleted state once the AD Recycle Bin is enabled?
 

A. The Get-ADObject PowerShell cmdlet can be used to view deleted objects if the -IncludeDeletedObjects switch is passed.

Alternatively, for more general browsing, you can use the Ldp tool. To view deleted objects, you have to enable the "Return deleted objects" control, which is available via the Options - Controls menu.

Click to expand.

Once this setting is enabled, you can browse the tree by connecting, binding, and then viewing the tree with the base distinguished name of the domain. As shown here, I can see a deleted object in my domain that has isDeleted set to TRUE. Also note that the users distinguished name has been modified.

Click to expand.

Youcan actually take this a step further and enable the return of recycled objects in the Ldp controls. Doing this will show the recycled objects, as shown here. In this case, you also have an isRecycled attribute set to true and fewer attributes.

Click to expand.

Related Reading:

Check out hundreds more useful Q&As like this in John Savill's FAQ for Windows. Also, watch instructional videos made by John at ITTV.net.





Reader Comments

just an FYI that I wrote a couple of powershell cmdlets a while back to get and restore tombstones--they're free and at www.sdmsoftware.com/freeware

gpoguy -June 17, 2009
Windows IT Pro Home Register FAQ for Windows WinInfo News
Europe Edition About Us Contact Us/Customer Service Media Kit Affiliates / Licensing  
SQL Server Magazine Office & SharePoint Pro DevProConnections IT Job Hound
Left-Brain.com Technology Resource Directory asp.netPRO ITTV Windows SuperSite 
 
 Windows IT Pro is a Division of Penton Media Inc.
 © 2009 Penton Media, Inc. Terms of Use | Privacy Statement