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 on exchange  which converts user mailbox to 3gb

but this particular user isn't added in that group

but is getting this automated message at 1am in their mailbox, how can I remove them (attached message)

should I run below command but when I checked for that user get-mailboxstatistics , it has check mark  against database defaults which is 1gb so how is he getting the message?

 Set-Mailbox "John Smith" -IssueWarningQuota 4GB -UseDatabaseQuotaDefaults: $False

I am bit confused what to put in issuewarningquota 4GB or 2GB or 1 GB
C--Users-ic1pxk-Desktop-Capture.JPG
ExchangeActive Directory

Avatar of undefined
Last Comment
pramod1

8/22/2022 - Mon
Ivan

Hi,

that user got mailbox quota set to 3Gb, so warning quota must be less then that.
If you don't have that defined, I would set it to 2Gb or a bit more.

Set-Mailbox "John Smith" -IssueWarningQuota 2GB -ProhibitSendQuota 2.5Gb -ProhibitSendReceiveQuota 3Gb -UseDatabaseQuotaDefaults: $False

PS: I think quota must be in KB, not in GB.

Regards,
Ivan.
pramod1

ASKER
BUT I just checked his mailbox size is 1gb so how he could have got 3gb , somebody else would have set it before?
Ivan

Can you simple go to properties of that mailbox, and check size defined in there?
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
pramod1

ASKER
I just ran below

Set-Mailbox "John Smith" -IssueWarningQuota 2GB -UseDatabaseQuotaDefaults: $False

2 images attached
C--Users-ic1pxk-Desktop-Capture3.JPG
C--Users-ic1pxk-Desktop-Capture4.JPG
pramod1

ASKER
my only question  is since this user was never part of 3gig group, how the report he is getting that mailbox is full
Ivan

Did you check warning quota on his mailbox, before you run this command?

Maybe his issue warning quota was set to 1gb, and that is the reason. If you did not see what was his quota before running command, then we cant be sure what it is :|
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.
pramod1

ASKER
his warning quota was set to blank I remember which means it was close to 1gb but again my last question sir if he was getting warning quota email but why 1037mb of 3072MB when he was never part of 3gb group
pramod1

ASKER
Ivan

Cant help you with that. If quota was not set to 1gb, then I don't know why was he getting that warning.
Never had a problem with that, since usually it works ok :)

Maybe someone will have more clue..

Regards,
Ivan.
All of life is about relationships, and EE has made a viirtual community a real community. It lifts everyone's boat
William Peck
pramod1

ASKER
I asked the user he said his warning limit reached upto 3072mb and then he deleted tons of emails
and it put him to 1037mb ??
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.
pramod1

ASKER
so as per attached image, if his mailbox size defaults to database size as 1gb , he will only get warning limit email if his mailbox size reaches 2gb , am I correct? let me know so I can close the question
C--Users-ic1pxk-Desktop-C--Users-ic1.jpg