Paul
Wed Jul 23 07:34:32 CDT 2008
Joe is a very intelligent dude.
--
Paul Bergson
MVP - Directory Services
MCTS, MCT, MCSE, MCSA, Security+, BS CSci
2008, 2003, 2000 (Early Achiever), NT4
http://www.pbbergs.com
Please no e-mails, any questions should be posted in the NewsGroup
This posting is provided "AS IS" with no warranties, and confers no rights.
"Miha" <miha.bernik@email.si> wrote in message
news:ubclbrI7IHA.5024@TK2MSFTNGP03.phx.gbl...
> Thank you ! This adfind really do the trick!
> Regards,
> Miha
>
> "Paul Bergson [MVP-DS]" <pbergson@allete_nospam.com> wrote in message
> news:%23m%23OSWN6IHA.4900@TK2MSFTNGP05.phx.gbl...
>> Using adfind a freeware tool from joeware.net you can look for accounts
>> as follows
>>
>> adfind -gc -b -f
>> "&(objectclass=user)(ObjectCategory=person)(whenCreated>=20080701000000.0Z)"
>> createTimeStamp
>>
>>
>> The whenCreated variable is yyyy mm dd hh mm ss.s z
>> I would populate hh mm ss.s z = 000000.0Z and then populate the year
>> month and day for what dates you want. Since this is logical you can
>> create greater than and less than date range to get a list from and
>> internal range
>> (whenCreated>=20070101000000.0Z)(whenCreated<=20070501000000.0Z)
>>
>>
>> --
>> Paul Bergson
>> MVP - Directory Services
>> MCTS, MCT, MCSE, MCSA, Security+, BS CSci
>> 2008, 2003, 2000 (Early Achiever), NT4
>>
>>
http://www.pbbergs.com
>>
>> Please no e-mails, any questions should be posted in the NewsGroup
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> "Miha" <miha.bernik@email.si> wrote in message
>> news:eDaR2CN6IHA.4112@TK2MSFTNGP05.phx.gbl...
>>> Hello
>>>
>>> Is it possible to view user accounts (mailboxes) that were created on
>>> Exchange 2007 server last n days?
>>> Thanks!
>>> Regards,
>>> Miha
>>>
>>>
>>
>>
>
>