All OUs in this domain should be protected from accidental deletion
If all OUs in your Active Directory domains are not protected from accidental deletion, your Active Directory environment can experience disruptions that might be caused by accidental bulk deletion of objects.
To avoid that here the instruction
1. Click Start, click Administrative Tools, right-click Active Directory Module for Windows PowerShell, and then click Run as administrator.
2. At the Active Directory module command prompt, type the following command to check with OUs are not protected, and then press ENTER:
Get-ADOrganizationalUnit -filter * -Properties ProtectedFromAccidentalDeletion | where {$_.ProtectedFromAccidentalDeletion -eq $false} | ft
At the Active Directory module command prompt, type the following command to protect the OUs that you identified in Step 2, and then press ENTER:
Get-ADOrganizationalUnit -filter * -Properties ProtectedFromAccidentalDeletion | where {$_.ProtectedFromAccidentalDeletion -eq $false} | Set-ADOrganizationalUnit -ProtectedFromAccidentalDeletion $true
Run the command in Step 2 again to verify the OUs are protected.
Después de mejorar todo lo anterior, en el tiempo que nos dure el escudo sin desesperarnos por
atacar, nnos dispondremos en modo batalla.
f81d03dc15e3910e791953eba663265f
La Biblia de las Américas
Bendeciré a los que te bendigan, y al que te maldiga, maldeciré. Y en ti serán benditas todas las familias de la tierra.
Dios nos dice eso a nosotros. Tu pelea es con el Dios creador de los cielos y la tierra, oraré por tí para que te muestre su gran amor.
Saludos
Andy