Link to home
Start Free TrialLog in
Avatar of mgzawmyomin
mgzawmyominFlag for Singapore

asked on

Mailbox quota Exchange 2010

Hi Experts,

My organization has Exchange server 2010 with Window 2008 R2 . I have a few Organization Units called Sales, Technical , HR etc .
My  question is i want to define different mailbox quota size for each OU .
How can i modify from exchange server ? Can i define unlimited quota for  VIP users who is sit inside these OU  eg manager , director etc .

B.rgds
Avatar of Manpreet SIngh Khatra
Manpreet SIngh Khatra
Flag of India image

You can do this with Shell .... something like

Get-Mailbox -organizationalUnit "OU Name" | Set-Mailbox -Identity testgroup -IssueWarningQuota 209715200 -ProhibitSendQuota 262144000 -ProhibitSendReceiveQuota 293601280 -UseDatabaseQuotaDefaults $false

- Rancy
SOLUTION
Avatar of Manpreet SIngh Khatra
Manpreet SIngh Khatra
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mgzawmyomin

ASKER

Hi Experts ,

Thank you for your prompt response.How do you calculate this  mailbox  size like eg WarningQuota 209715200, ProhibitSendQuota 262144000 ? it mean mailbox calculate by byte ?

B.rgds
Yes.

Regards,
Exchange_Geek