finding where a user was deleted
on the activedir list today, tiroa yann posted steps on how to figure out where a user was deleted. here's the method. you'll need two tools to begin with: repadmin and adfind.
- adfind -default -showdel -f (isdeleted=TRUE) -gc
- repadmin /showobjmeta dcname deletedobjectDN | find /i "isdeleted"
Comments
Post a Comment