D
D
Dmitry Shumov2021-05-13 13:30:39
Microsoft Exchange
Dmitry Shumov, 2021-05-13 13:30:39

How do I set up a separate quota for multiple PUs?

Colleagues, I'm stupid ... Tell me about this issue:
On Exchange, you need a quota PYa "Prohibit sending and receiving at (GB):" to make unlimited. It is clear that this is done at each mail database and it has been done. But this is for those who have everything by default. But there is a whole array of PYs, and not a small one, where quotas are manually configured. Whether it is possible to make this quota unlimited somehow gracefully and such?
Or you need to pull out all such PUs, drive them into a list and execute for each:

Set-Mailbox -Identity "Joe Healy" -ProhibitSendReceiveQuota unlimited -UseDatabaseQuotaDefaults $false

or you can try like this:
Get-Mailbox -ResultSize unlimited | Set-Mailbox -ProhibitSendReceiveQuota unlimited -UseDatabaseQuotaDefaults $false<

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Bezrukov, 2021-05-13
@NortheR73

or you can try like this:

in this case, you will configure all mailboxes with the required quota, just disable the use of default database quotas.
I would pull all non-standard boxes and bang the necessary quotas only for them

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question