Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Short and sweet this week. Just like this one-liner.
Get-ADObject -Filter * -SearchBase "CN=Deleted Objects,DC=fabrikam,DC=com" -IncludeDeletedObjects
You can change the search base to a different partition if you want to inspect deleted objects from there.
TTFN
Comments
- Anonymous
June 26, 2015
thanks - Anonymous
July 31, 2015
Very useful. Thanks.