Hello

Is it possible to view user accounts (mailboxes) that were created on
Exchange 2007 server last n days?
Thanks!
Regards,
Miha

Re: View last created user accounts by Meinolf

Meinolf
Fri Jul 18 07:49:10 CDT 2008

Hello Miha,

Have a look on this ones:
http://www.microsoft.com/technet/scriptcenter/resources/qanda/aug07/hey0802.mspx

http://www.microsoft.com/technet/scriptcenter/resources/qanda/jan06/hey0125.mspx

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

> Hello
>
> Is it possible to view user accounts (mailboxes) that were created on
> Exchange 2007 server last n days?
> Thanks!
> Regards,
> Mih



Re: View last created user accounts by Paul

Paul
Fri Jul 18 07:55:34 CDT 2008

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
>
>



Re: View last created user accounts by Bharat

Bharat
Fri Jul 18 11:01:46 CDT 2008

Exchange Quick Audit: mailboxes created in last 7 days
http://exchangepedia.com/blog/2008/06/exchange-quick-audit-mailboxes-created.html

Also look at the comments in the above post.
--
Bharat Suneja
Microsoft Corporation
blog: exchangepedia.com/blog

This posting is provided "AS IS" with no warranties, and confers no
rights. Please do not send email directly to this alias. This alias is for
newsgroup purposes only.
------------------------------------------


"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
>
>


Re: View last created user accounts by Miha

Miha
Wed Jul 23 01:10:48 CDT 2008

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
>>
>>
>
>



Re: View last created user accounts by Paul

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
>>>
>>>
>>
>>
>
>