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
时间: 2024-10-18 09:35:02