码迷,mamicode.com
首页 > 其他好文 > 详细

Protect object from accidental deletion

时间:2016-12-16 23:31:07      阅读:262      评论:0      收藏:0      [点我收藏+]

标签:protect   from   object   accidental   deletion   

We may need to enable the feature for OU and Account

  • Protect object from accidental deletion

# Using powershell

Set-ADObject -Identity "OU=User Accounts,DC=vccware,DC=com" -ProtectedFromAccidentalDeletion $true
Set-ADObject -Identity "CN=Terry Shen,OU=User Accounts,DC=vccware,DC=com" -ProtectedFromAccidentalDeletion $true

In Active Directory User and Computer, we may need to click View->Advanced Features, in order to check this setting


本文出自 “AlphaBook” 博客,请务必保留此出处http://alphabook.blog.51cto.com/232573/1883486

Protect object from accidental deletion

标签:protect   from   object   accidental   deletion   

原文地址:http://alphabook.blog.51cto.com/232573/1883486

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!