首页 > 其他 > 详细

Protect object from accidental deletion

时间:2016-12-16 23:28:35      阅读:277      评论:0      收藏:0      [点我收藏+]

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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!