Hello
Is it possible to view user accounts (mailboxes) that were created on
Exchange 2007 server last n days?
Thanks!
Regards,
Miha
Hello
Is it possible to view user accounts (mailboxes) that were created on
Exchange 2007 server last n days?
Thanks!
Regards,
Miha
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@xxxxxx> wrote in message
news:eDaR2CN6IHA.4112@xxxxxx
> Hello
>
> Is it possible to view user accounts (mailboxes) that were created on
> Exchange 2007 server last n days?
> Thanks!
> Regards,
> Miha
>
>
Thank you ! This adfind really do the trick!
Regards,
Miha
"Paul Bergson [MVP-DS]" <pbergson@xxxxxx_nospam.com> wrote in message
news:%23m%23OSWN6IHA.4900@xxxxxx
> 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@xxxxxx> wrote in message
> news:eDaR2CN6IHA.4112@xxxxxx>
>> Hello
>>
>> Is it possible to view user accounts (mailboxes) that were created on
>> Exchange 2007 server last n days?
>> Thanks!
>> Regards,
>> Miha
>>
>>
>
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@xxxxxx> wrote in message
news:ubclbrI7IHA.5024@xxxxxx
> Thank you ! This adfind really do the trick!
> Regards,
> Miha
>
> "Paul Bergson [MVP-DS]" <pbergson@xxxxxx_nospam.com> wrote in message
> news:%23m%23OSWN6IHA.4900@xxxxxx>
>> 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@xxxxxx> wrote in message
>> news:eDaR2CN6IHA.4112@xxxxxx>>
>>> Hello
>>>
>>> Is it possible to view user accounts (mailboxes) that were created on
>>> Exchange 2007 server last n days?
>>> Thanks!
>>> Regards,
>>> Miha
>>>
>>>
>>
>
| Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: Win7 (64 bit) does not see user accounts created on Vista 32 bit | rak | Vista networking & sharing | 0 | 04 Jan 2010 |
| system restore created new (empty) user accounts. | vulcand4 | General Discussion | 0 | 17 Jun 2009 |
| View last created user accounts | Miha | PowerShell | 3 | 23 Jul 2008 |
| partial user accounts created with FAST | chantz | Vista account administration | 0 | 11 Apr 2007 |
| Standard User accounts can't view YouTube because of creating Flash objects via JavaScript | George | Vista General | 0 | 23 Feb 2007 |