Q: How can I protect Active Directory (AD) objects such as organizational units (OUs) from accidental deletion by administrators?

A: Accidental changes like deleting an OU that contains many objects are fairly hard to undo in AD. Ideally, delegated administrators shouldn't be granted the AD rights to delete OUs or other sensitive objects, but even domain administrators sometimes have fat fingers.

In Windows Server 2008, Microsoft introduced a new option in the Active Directory Users and Computers (ADUC) Microsoft Management Console snap-in to prevent accidental object deletion. There's a new check box in the object properties on the object tab called Protect object from accidental deletion. Under the hood, this box sets two simple Deny access control entries on the object you want to protect:

  • Everyone – Delete
  • Everyone – Delete Subtree

If you're familiar with the AD security model, you can apply the same permissions in an existing Windows 2000 or Windows Server 2003 AD forest.

Related Reading:

Please or Register to post comments.

Upcoming Training

Mastering System Center 2012

During over 6 hours of training you can join John Savill from your computer as he will walk you through the key components and capabilities of System Center 2012, what’s involved in using the components, and the benefit they can bring to your environment.

Register Now

Current Issue

May 2013 - The NameTranslate object is useful when you need to translate Active Directory object names between different formats, but it's awkward to use from PowerShell. Here's a PowerShell script that eliminates the awkwardness.

CURRENT ISSUE / ARCHIVE / SUBSCRIBE

Windows Forums

Get answers to questions, share tips, and engage with the Windows Community in our Forums.