I think I rarely touch about Active Directory, so let's start with a basic one. Let say, one day you want to housekeep your OU structure, delete or maybe move some OUs to different locations, but you got an error :
Well, if we look at the first error, it is clear cut, the object is protected from accidental deletion, so the object needs to stay there. Whereas for second error, it just mentioned "access is denied".
Issues :
Troubleshooting
You do not have sufficient privilages to delete <OUName>, or this onject is protected from accidental deletion.
or
Windows cannot move object <OUName> because:
Access is denied.
Well, if we look at the first error, it is clear cut, the object is protected from accidental deletion, so the object needs to stay there. Whereas for second error, it just mentioned "access is denied".
Issues :
- Can't delete or move OU, either one of above errors prompted.
- Right click at the target OU, and click at Properties
- Properties window opened. Click at Object tab
- The checkbox " Protect object from accidental deletion " is checked.
Resolution :
Comments
Post a Comment