MS Exchange 2010 Postfachgröße erhöhen/ändern

Set-Mailbox -Identity "Joe Healy" -IssueWarningQuota 24.5gb -ProhibitSendQuota 24.75gb -ProhibitSendReceiveQuota 25gb -UseDatabaseQuotaDefaults $false
 
  • Thread Starter Thread Starter
  • #4
@thereds Dein Link funktioniert bei mir nicht

@sukkka geht das nicht in der GUI?
 
bestimmt, aber warum :)

gibts da schon das ecp?

würde jz mal in deinem bild auf die postfächer gehen und einen mit doppel klick öffnen und schaun bs da ne einstellung dafür gibt

oder willst du das global für alle postfächer machen?

dann muss du das mit der Datenbank machen
 
googln is nicht so deine stärke?



Set-MailboxDatabase -Identity "Server1\MailboxDatabase1" -IssueWarningQuota 209715200 -ProhibitSendQuota 262144000 -ProhibitSendReceiveQuota 293601280 -QuotaNotificationSchedule "Sun.2:00-Sun.3:00","Wed.2:00-Wed.3:00"

oder



Start the Exchange Management Console.

In the console tree, expand Server Configuration, and then click Mailbox.

In the result pane, select the server that contains the mailbox database for which you want to configure storage quotas.

In the work pane, select the mailbox database for which you want to configure storage quotas.

In the action pane, under the name of the mailbox database, click Properties.

In <Mailbox Database Name> Properties, click the Limits tab.

On the Limits tab, under Storage limits, complete the following fields:
 
der link oben funktioniert bei mir schon - an sich gehen aber relativ viele dinge im Exchange nicht per Gui - und die anderen gehen mit Powershell effektiver ;)

Powershell am Exchange öffnen oder mit einem User der dort rechte hat auf deinem pc > enter-pssession exchangeservername
dann:

set-MailboxDatabase "Name-Der-Exchange-Datenbank" -ProhibitSendReceiveQuota 6GB -ProhibitSendQuota 6GB -IssueWarningQuota 5.8GB
 
Zurück
Oben