To increase rules quota for specific user:
To increase rules quota size 256 KB For specific domain in the
organization:
Get-Mailbox |where {$_.windowsemailaddress
-match "domain.com"} |Set-Mailbox -RulesQuota 256Kb
To increase rules quota size 256 KB For all mailbox in the
organization:
Get-Mailbox |Set-Mailbox -RulesQuota
256Kb
To verify the rules quota size for specific user, run the command
below:
To verify the rules quota size for
Get-Mailbox | FL
DisplayName,RulesQuota
Sem comentários:
Enviar um comentário