0 votes

Hi,

is there a chance to modify the Mailbox Size Limits report so that it also shows the current Mailbox Size and the Limit?

Regards
Ingemar

by (960 points)

1 Answer

0 votes
by (216k points)

Update 2018

Starting with Adaxes 2018.1you can use built-in reports Custom storage quotas and Default storage quotas. By default, the reports are located in container Reports\All Reports\Exchange\Quotas, Limits and Restrictions.

Original

Hello Ingemar,

As to mailbox size, you will not be able to display it in the report as mailbox size is not stored in any AD object property. It is a value that is calculated and returned by Exchange 'on the fly'.

As to Mailbox quotas, you can configure the following AD properties to be displayed in reports:

  • ms-Exch-MDB-Storage-Quota - Issue Warning Quota,
  • ms-Exch-MDB-Over-Quota-Limit - Prohibit Send Quota,
  • ms-Exch-MDB-Over-Hard-Quota-Limit Prohibit Send and Receive Quota.

Here's a tutorial on how to accomplish that: Configure Columns in Active Directory Object Lists.

0

Thanks a lot

Related questions

0 votes
1 answer

Happy Friday, Is there a built-in to get a users mailbox size (O365 mailbox) and use it as a variable in a powershell script? I know I can use Connect-ExchangeOnline, but our service account is MFA enabled so its no way to automate the login.

asked May 12 by thatcher (180 points)
0 votes
1 answer

I want to be able to create a custom action that allows, via the web interface, a user to increase the size of his/her own mailbox by say 10% or 20%. What would be the best way to go about this?

asked Jul 15, 2024 by dominik.stawny (280 points)
0 votes
1 answer

I've got the following script so far using the SDK but running into an error: You cannot call a method on a null-valued expression. At line:1 char:1 + ... .BindToObjectByDN("$object.SearchResult.AdsPath.DN") $Context.Items.Add($item, $columnValues) } } } }

asked May 19, 2021 by richarddewis (260 points)
0 votes
1 answer

I need a Scheduled Task that send an email of a list of all users that have an on prem mailbox. I have found the script to check if the mailbox is on prem but have not found the way to build and email the list. It can be in CSV fomat.

asked Jul 5, 2019 by hgletifer (1.3k points)
0 votes
1 answer

Hi, Does someone already have a script that I can run as a scheduled task that will email a list of enabled active directory accounts that have exchange mailboxes? I ... First, Middle, Last, Title, Location and Email address. Any assistance is appreciated.

asked Feb 2, 2017 by mdedmon (150 points)
3,701 questions
3,385 answers
8,551 comments
549,751 users