Ejecute el siguiente comando para establecer los niveles de warning, prohibit send y prohibit send and receive para el usuario Alejandro Ortega a 200 megabytes (MB), 250 MB y 280 MB respectivamente:

Set-Mailbox -Identity aaortegaa@itpro.cl -IssueWarningQuota 209715200 -ProhibitSendQuota 262144000 -ProhibitSendReceiveQuota 293601280 -UseDatabaseQuotaDefaults $false

Como se muestra en este ejemplo, los valores se introducen en bytes. Para configurar correctamente los valores en megabytes, es importante recordar que 1MB = 220. Por tanto si alguien quiere establecer como límite 500 MB, debe realizar el siguiente cálculo:

220 * 500 = X

1048576 * 500 = X

524288000 = X

Esto significa que establecer 524288000 equivale a 500MB