exchange 2007 - powershell increase mailbox size
hi all, i need to increase the size of a user mailbox in exchange 2007 but i cannot work out how to set the prohibit send and receive option using the powershell. I am using the following command Set-Mailbox <username>-IssueWarningQuota 3500MB -ProhibitSendQuota 4000MB UseDatabaseQuotaDefaults $false but this misses out the prohibut send and receive setting which is blank when looking at the settings from the GIU in exchange. Any suggestions please? Thanks
May 28th, 2012 5:39am

On Mon, 28 May 2012 09:39:16 +0000, hyperNoddy wrote: > > >hi all, i need to increase the size of a user mailbox in exchange 2007 but i cannot work out how to set the prohibit send and receive option using the powershell. > > > >I am using the following command > > > >Set-Mailbox <username>-IssueWarningQuota 3500MB -ProhibitSendQuota 4000MB UseDatabaseQuotaDefaults $false > > > >but this misses out the prohibut send and receive setting which is blank when looking at the settings from the GIU in exchange. Is it your intention that the mailbox should have no quota for ProhibitSendAndReceive? >Any suggestions please? Add "-ProhibitSendAndReceive 4500MB" to the "Set-Mailbox" cmdlet if you want to set a quota. --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
Free Windows Admin Tool Kit Click here and download it now
May 28th, 2012 10:23am

On Mon, 28 May 2012 14:23:29 +0000, Rich Matheisen [MVP] wrote: >On Mon, 28 May 2012 09:39:16 +0000, hyperNoddy wrote: > > >hi all, i need to increase the size of a user mailbox in exchange 2007 but i cannot work out how to set the prohibit send and receive option using the powershell. > > > >I am using the following command > > > >Set-Mailbox <username>-IssueWarningQuota 3500MB -ProhibitSendQuota 4000MB UseDatabaseQuotaDefaults $false > > > >but this misses out the prohibut send and receive setting which is blank when looking at the settings from the GIU in exchange. Is it your intention that the mailbox should have no quota for ProhibitSendAndReceive? >Any suggestions please? Add "-ProhibitSendAndReceive 4500MB" to the "Set-Mailbox" cmdlet if you want to set a quota. --- Rich Matheisen MCSE+I, Exchange MVP I shouldn't recite things from memory. There's no "And" in the parameter: -ProhibitSendReceiveQuota 4500MB --- Rich Matheisen MCSE+I, Exchange MVP --- Rich Matheisen MCSE+I, Exchange MVP
May 28th, 2012 10:26am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics