Specifications

1.
2.
3.
4.
5.
6.
Additional Resources
Restore a Deleted Active Directory Object
Use the following steps to restore an AD Object from the AD Recycle Bin:
Log in to the Windows Server 2008 R2 as the administrator.
Go to , right-click , and click .Start > Administrative Tools Active Directory Module for WIndows PowerShell Run as administrator
At the command prompt, enter the following command to verify that the object has been deleted:
Get-ADObject -Filter {displayName -eq "Shawn Lubahn"} -IncludeDeletedObjects
Where is the name of the deleted user object:displayName
Press .Enter
At the command prompt, enter the following command to restore the deleted object:
Get-ADObject -Filter {displayName -eq "Shawl Lubahn"} -IncludeDeletedObjects | Restore-ADObject
Verify the user has been restored.
How to Enable Active Directory Recycle Bin on Windows Server 2008 R2
This article refers to firmware version 5.0 and higher, and Microsoft Windows Server 2008 R2.
®
In this article:
Requirements
Enable Active Directory Recycle Bin
Related Articles
How to Enable Active Directory Recycle bin on
Windows Server 2012
Additional Resources
Local and Domain Default Groups
Enable Active Directory Recycle Bin
Requirements
Warning
Once you enable Active Directory (AD) Recycle Bin in your environment, you disable it.cannot