Book Image

Active Directory with PowerShell

By : Pamarthi Venkata Sitaram, YELLAPRAGADA U PADMAVATHI
5 (1)
Book Image

Active Directory with PowerShell

5 (1)
By: Pamarthi Venkata Sitaram, YELLAPRAGADA U PADMAVATHI

Overview of this book

Table of Contents (16 chapters)
Active Directory with PowerShell
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Restoring deleted objects


Recovery is important for any IT Infrastructure. Windows administrators perform deletion of users, groups, and computers to clean up stale objects or as part of a user account deprovision process. However, these operations can sometimes cause accidental deletions of live Active Directory objects and in turn affect the business. Recovery is very important in such cases. The faster you can recover these objects, the less impact it can have on the business.

Deleted object recovery till Windows Server 2008 was not a straightforward process and requires time and effort. It includes booting the Active Directory domain controller into Directory Services Restore Mode (DSRM) and performing authoritative or non-authoritative restoration of objects.

This situation improved greatly with the introduction of the Optional Recycle Bin feature in Active Directory with Windows Server 2008 R2. With this feature, the recovery process is easy and less time-consuming. One of the prerequisite...