FrankysWeb / Report-MailboxStatistics

Report mailbox size and folder items to Exchange Users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Report-MailboxStatistics.ps1

The script sends a report to Exchange users with the overview of the largest folders and the folders with the most items.

Usage

Download and copy this script to an Exchange Server. Run this script interactive or with task scheduler. Change the first lines of the script :

$Group = "Domain Users"
$CountTopFolder = 10
$ReportMailboxSizeInMB = 5000

$SMTPServer = "smtp.domain.tld"
$From = "postfachbericht@domain.tld"
$Subject = "Postfach Übersicht"

Tested Exchange / Windows Server Versions

  • Exchange Server 2019
  • Windows Server 2022

Visit my Blog for an example

FrankysWeb

About

Report mailbox size and folder items to Exchange Users

License:GNU General Public License v3.0


Languages

Language:PowerShell 100.0%