Hi,

I would like to know which day and approximatively at what time an
object has been deleted.

I think that it is possible with the repadmin command but I dont find
how.

Please could you help me ?

Thank you

--
Pascal

RE: How to know when an AD object has been deleted ? by MB

MB
Mon May 05 06:23:01 PDT 2008

Read this article. Maybe it will help:
http://support.microsoft.com/kb/258310/

"Pascal" wrote:

> Hi,
>
> I would like to know which day and approximatively at what time an
> object has been deleted.
>
> I think that it is possible with the repadmin command but I dont find
> how.
>
> Please could you help me ?
>
> Thank you
>
> --
> Pascal
>
>
>

Re: How to know when an AD object has been deleted ? by Jorge

Jorge
Sun May 18 15:27:24 PDT 2008

get the DN of the object that was deleted. That object is in the deleted
objects container. When an object is deleted the IsDeleted attribute is set
to true. Look at the time when that attribute was set.
To see the metadata of the deleted object execute:
REPADMIN /SHOWOBJMETA <DC> "<object DN>"

be aware that deleted object remain in the AD database for a period the same
as the Tombstone lifetime after they have been deleted. As soon as the
tombtone lifetime passes for that deleted object, it is garbage collected on
by each DC (removed from the AD database)

--

Cheers,
(HOPEFULLY THIS INFORMATION HELPS YOU!)

# Jorge de Almeida Pinto # MVP Identity & Access - Directory Services #

BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx
BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx
------------------------------------------------------------------------------------------
* How to ask a question --> http://support.microsoft.com/?id=555375
------------------------------------------------------------------------------------------
* This posting is provided "AS IS" with no warranties and confers no rights!
* Always test ANY suggestion in a test environment before implementing!
------------------------------------------------------------------------------------------
#################################################
#################################################
------------------------------------------------------------------------------------------
"Pascal" <pascal_t@nospam.hotmail.com> wrote in message
news:mn.2b787d858a4f89c4.70874@nospam.hotmail.com...
> Hi,
>
> I would like to know which day and approximatively at what time an object
> has been deleted.
>
> I think that it is possible with the repadmin command but I dont find how.
>
> Please could you help me ?
>
> Thank you
>
> --
> Pascal
>
>