Previous Topic: Operator FailureNext Topic: Get Domain Controller Operator


Operator Success

Attempt to delete the same object and all its children (subtree under it):

Operator Success when deleting an object

After the operation ran, the Operation Results show the following data:

Successful operation results (Delete Object operator)

NumberOfObjectsToDelete: 25 (as the object had 24 child objects in the subtree under it).

NumberOfDeletedObjects: 25 (as we were able to delete the object and all the child objects in the subtree under it).

Operator Success: NumberOfDeletedObjects (Delete Object Operator)

Notice the DeletionFailures variable was not created.

If you had attempted to delete more than one object in the previous examples, NumberOfObjectsToDelete and NumberOfDeletedObjects will represent the sum of all 'objects deleted' and 'objects to be deleted' for all objects entered in the operation (including all their subtrees, if applicable).