Avatar of pramod1
pramod1
Flag for United States of America asked on

EXCHANGE, ACTIVE DIRECTORY

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
ExchangeActive Directory

Avatar of undefined
Last Comment
Ivan

8/22/2022 - Mon
Andy Andy

use this as a example and change according to your need


Set-Mailbox -Identity "Joe Healy" -IssueWarningQuota 24.5gb -ProhibitSendQuota 24.75gb -ProhibitSendReceiveQuota 25gb -UseDatabaseQuotaDefaults $false
pramod1

ASKER
I have user set up for issue warning : 3993600  and prohibit send as : 4194304 kb and prohibit and send receive quota is blank

how should I put in the script
Ivan

Hi,

just convert Kb to Gb.

Set-Mailbox -Identity "Joe Healy" -IssueWarningQuota 3.8gb -ProhibitSendQuota 4gb -ProhibitSendReceiveQuota 4.5gb -UseDatabaseQuotaDefaults $false

Regards,
Ivan.
Your help has saved me hundreds of hours of internet surfing.
fblack61
pramod1

ASKER
but my prohibit sendreceive quota is blank on my mailbox properties, should I still enter 4,5gb
ASKER CERTIFIED SOLUTION
Ivan

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.