Hi,
Please open PowerShell from the start menu and run
Get-ADObject -filter 'isdeleted -eq $true' -includeDeletedObjects
This should return the Deleted Objects container and all the deleted objects.
If the Deleted Objects container is not returned, please run
Enable-ADOptionalFeature 'Recycle Bin Feature' -Scope ForestOrConfigurationSet -Target root.domain
Replace root.domain with your own root domain name.
If there are multiple domain controllers you may have to wait until the domain controllers replicated the Recycle Bin configuration change.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.