Get-Mailbox 'xxx' | fl MaxSendSize,MaxReceiveSize
Set-Mailbox 'xxx' -MaxSendSize 30Mb -MaxReceiveSize 30Mb
Set-Mailbox –Identity 'xxx' -IssueWarningQuota ‘1.5GB’
Set-Mailbox –Identity 'xxx' –ProhibitSendQuota '1.7GB'
Set-Mailbox –Identity 'xxx' -ProhibitSendReceiveQuota '2GB'
Set-CASMailbox 'xxx' -ActiveSyncEnabled:$false -OWAEnabled:$true -PopEnabled:$true -ImapEnabled:$false -MapiEnabled:$true
Test-Mailflow -TargetEmailAddress 'xxxxx@mmx.com'
Reset Default Mailbox Database Quota
Set-Mailbox –Identity
No comments:
Post a Comment