Register now or log in to join your professional community.
Hi all
Please follow the link for more information.. I hope that should helpfull to you.
In case of server2003 and server2008 things are a bit complicaed. Every deleted object is no actually deleted from AD, infect it remains there and only "is deleted" attribute is enabled. After a certain time it is physically deleted from AD. So you can recover these objects within certain time using low level AD tools or third party products.
In case of server2008 R2 you have an extra feature of AD recycle bin. If you have enabled it, you can recover deleted objects from AD recycle bin.
In Windows2K3 AD environment you get two options1. Authoritative Restore2. Non Authoritative Restore.
Choose option as per your requirement. This operation needs Server reboot and booting in Active Directory Restore mode and it needs NTDS Util to perform the restore.
Follow this steps:-
Open Ldp.exe from an elevated command prompt. Open a command prompt (Cmd.exe) as an administrator. To open a command prompt as an administrator, click Start. In Start Search, type Command Prompt. At the top of the Start menu, right-click Command Prompt, and then click Run as administrator. If the User Account Control dialog box appears, enter the appropriate credentials (if requested), confirm that the action it displays is what you want, and then click Continue.
To connect and bind to the server that hosts the forest root domain of your AD DS environment, under Connections, click Connect, and then click Bind.
On the Options menu, click Controls.
In the Controls dialog box, expand the Load Predefined drop-down list, click Return Deleted Objects, and then click OK.
In the console tree, navigate to the CN=Deleted Objects container.
Locate and right-click the deleted Active Directory object that you want to restore, and then click Modify.
In the Modify dialog box:
Ref:- microsoft.com
Good question.
Active Directory Recycle bin feature using for avoiding accedential deleting. We can restore the objects from AD recycle bin.
thanks lijo antony & Adeel Ilyas Hinjrah you both are correct. that certain time is called tombstoned period, The length of time tombstoned objects remain in the directory service before being deleted is either60 days for Windows2000/2003 Active Directory, or180 days for Windows Server2003 SP1 Active Directory (by default).