I have in AD 3 gig group when users are added in it. and script runs from task scheduler which converts user mailbox to 3gb
we recently converted to 4gb.
but some users are getting this automated message at 1am in their mailbox, how can I remove them (attached message)
even they are in 4gig group and their users mailboxes are below limit.
The example for changing the warning limit for just one user is as follow:
Should I run below command
Set-Mailbox "John Smith" -IssueWarningQuota 4GB -UseDatabaseQuotaDefaults:
$False
but if I do this their issue warning changes to 4194304kb and prohibit quota shows blank
am I missing something
Capture.jpg
Set-Mailbox -Identity "Joe Healy" -IssueWarningQuota 24.5gb -ProhibitSendQuota 24.75gb -ProhibitSendReceiveQuota 25gb -UseDatabaseQuotaDefaults $false