PC_Aide

0_delete_ou-root.ps1

Jan 6th, 2017
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Get-ADOrganizationalUnit -Identity 'OU=educ-plusinc,DC=PC,DC=aide' |Set-ADObject -ProtectedFromAccidentalDeletion:$false -PassThru |Remove-ADOrganizationalUnit  -Recursive -Confirm:$false
Advertisement
Add Comment
Please, Sign In to add comment