How can I assure a computer object is not accidentally deleted from users and computers?
Dsacls command >> dsacls /d EVERYONE:SDDT
Powershell command >> Add-QADPermission -identity -Account 'EVERYONE' -Rights 'Delete,DeleteTree' -ApplyTo 'ThisObjectOnly'