Search Deleted AD Objects

This Automation Manager object searches the Active Directory Deleted Objects container. Active Directory objects that have been deleted but not yet removed from the Deleted Objects container are called "tombstones". After they have been permanently removed, they no longer exist in the directory database.

Searches Active Directory For Deleted User or Computer objects based on Search Criteria.

Privileges

Normal

Input Parameters

Name Type Required Description
Domain String Yes The domain to search.
Account Type Selector Yes

Select the type of objects to be searched as one of the following:

  • User
  • Computer
  • User & Computer

Output Parameters

Name Type Description
DeletedObjects Collection A list of deleted users or computers in the searched domain.
Result Number Returns a success value of zero or any value other than zero to indicate failure.

Example Input Parameters

Name Type Required Example
Domain String Yes Abc.com
Account Type Selector Yes User & Computer