Richard,

Sorry to bother you but you have helped me in the past when no one else
could. I have a seemingly simple task but am struggling and becoming
frustrated. In VBScript (that will later be ported to ASP) I need to do the
following:

Prompt for AD username (must be SAMAccountName)
Display that users current Exchange mailbox size in MB
Display the size limit imposed on that users mailbox

The size limit is the biggest problem. If the user is NOT using defaults,
and a custom limit has been set in AD, this should be easy enough to get.
But if the user IS using the default size limit for his mailbox store, I
have no idea how to first figure out what policy governs his store, and then
read the policy to get the imposed limit. If you have an example of this I
would greatly appreciate it.

Thank you

Re: paging Richard Mueller... Richard Mueller, please come to the front desk by Shenan

Shenan
Tue Dec 12 10:40:55 CST 2006

Troy McClure wrote:
> Richard,
>
> Sorry to bother you but you have helped me in the past when no one
> else could. I have a seemingly simple task but am struggling and
> becoming frustrated. In VBScript (that will later be ported to ASP)
> I need to do the following:
>
> Prompt for AD username (must be SAMAccountName)
> Display that users current Exchange mailbox size in MB
> Display the size limit imposed on that users mailbox
>
> The size limit is the biggest problem. If the user is NOT using
> defaults, and a custom limit has been set in AD, this should be
> easy enough to get. But if the user IS using the default size limit
> for his mailbox store, I have no idea how to first figure out what
> policy governs his store, and then read the policy to get the
> imposed limit. If you have an example of this I would greatly
> appreciate it.

Tried this script?
http://www.microsoft.com/technet/scriptcenter/csc/scripts/email/exchange/cscem019.mspx

--
Shenan Stanley
MS-MVP
--
How To Ask Questions The Smart Way
http://www.catb.org/~esr/faqs/smart-questions.html



Re: paging Richard Mueller... Richard Mueller, please come to the front desk by Troy

Troy
Tue Dec 12 11:03:38 CST 2006

yes. doesnt give size limit. only gives an integer that denotes whether the
mailbox is below limit, above limit, etc...


"Shenan Stanley" <newshelper@gmail.com> wrote in message
news:unUVMxgHHHA.1280@TK2MSFTNGP04.phx.gbl...
> Troy McClure wrote:
>> Richard,
>>
>> Sorry to bother you but you have helped me in the past when no one
>> else could. I have a seemingly simple task but am struggling and
>> becoming frustrated. In VBScript (that will later be ported to ASP)
>> I need to do the following:
>>
>> Prompt for AD username (must be SAMAccountName)
>> Display that users current Exchange mailbox size in MB
>> Display the size limit imposed on that users mailbox
>>
>> The size limit is the biggest problem. If the user is NOT using
>> defaults, and a custom limit has been set in AD, this should be
>> easy enough to get. But if the user IS using the default size limit
>> for his mailbox store, I have no idea how to first figure out what
>> policy governs his store, and then read the policy to get the
>> imposed limit. If you have an example of this I would greatly
>> appreciate it.
>
> Tried this script?
> http://www.microsoft.com/technet/scriptcenter/csc/scripts/email/exchange/cscem019.mspx
>
> --
> Shenan Stanley
> MS-MVP
> --
> How To Ask Questions The Smart Way
> http://www.catb.org/~esr/faqs/smart-questions.html
>