Maibox Quotas Implementatrion in Exchnage 2007
Hi Team
I would like implement the mailbox quotas on database lelvel, for up to 40 Databases each for 2 server, It would be better to run the single Powershell Command or PS1 script, instead of doing by right click of each and every database manulally or runnind
set-mailboxdatasae "Servername\Database name " -issueWarningQuotos like...
It should implement the mailbox quotas for all the Database for all mailbox servers in database level ina single script or comands
ramakrishnan
November 4th, 2011 8:44am
On Fri, 4 Nov 2011 12:34:20 +0000, rush2ramki wrote:
>I would like implement the mailbox quotas on database lelvel, for up to 40 Databases each for 2 server, It would be better to run the single Powershell Command or PS1 script, instead of doing by right click of each and every database manulally or runnind
set-mailboxdatasae "Servername\Database name " -issueWarningQuotos like...
>
>It should implement the mailbox quotas for all the Database for all mailbox servers in database level ina single script or comands
get-mailboxdatabase | set-mailboxdatabase -IssueWarningQuota etc.
---
Rich Matheisen
MCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
November 4th, 2011 2:16pm
On Fri, 4 Nov 2011 12:34:20 +0000, rush2ramki wrote:
>I would like implement the mailbox quotas on database lelvel, for up to 40 Databases each for 2 server, It would be better to run the single Powershell Command or PS1 script, instead of doing by right click of each and every database manulally or runnind
set-mailboxdatasae "Servername\Database name " -issueWarningQuotos like...
>
>It should implement the mailbox quotas for all the Database for all mailbox servers in database level ina single script or comands
get-mailboxdatabase | set-mailboxdatabase -IssueWarningQuota etc.
---
Rich Matheisen
MCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVP
November 4th, 2011 9:06pm
Not able to see anything from you rich...ramakrishnan
Free Windows Admin Tool Kit Click here and download it now
November 4th, 2011 9:30pm
On Sat, 5 Nov 2011 01:20:12 +0000, rush2ramki wrote:
>
>
>Not able to see anything from you rich...
All I replied with was this:
get-mailboxdatabase | set-mailboxdatabase -IssueWarningQuota etc.
---
Rich Matheisen
MCSE+I, Exchange MVP
--- Rich Matheisen MCSE+I, Exchange MVP
November 4th, 2011 9:48pm
That command above set all databases with the quotas, what you need.Sukh
Free Windows Admin Tool Kit Click here and download it now
November 4th, 2011 9:48pm
i will be be checking this and get back you rick and Sukh...shortly.....ramakrishnan
November 5th, 2011 2:56am
HI Rich
It is perfectly working , btw it is possible to exclude certaain VIP users to have the unlimited mailbox in the same command....
ramakrishnan
Free Windows Admin Tool Kit Click here and download it now
November 5th, 2011 10:54am
You have to set it explicitly on the VIP User.Jasjit Singh Dhindsa | ITIL v3 | IASA Foundation Certified | MCITP:EMA 2010/2007 | MCTS:Messaging&OCS 2007 | MCSA:M&S | MCSE:M&S
November 5th, 2011 11:08am
HI Rich
It is perfectly working , btw it is possible to exclude certaain VIP users to have the unlimited mailbox in the same command....
ramakrishnan
You will have to use set-mailbox "alias" -IssueWarningQuotato to set the VIP to unlimited tostop inheritance set at thr DB level.Sukh
Free Windows Admin Tool Kit Click here and download it now
November 5th, 2011 11:35am
Thanks Sukh..
I will have try....ramakrishnan
November 5th, 2011 8:58pm