Forum Discussion
lpmdvip
Feb 11, 2020Copper Contributor
Name, Department, #of Emails, Mailbox Size
Good afternoon!! Would anyone have a PS.1 script that would provide a list of all users, their department name, the number of emails in the mailbox, and the size of their mailbox?
DeepakRandhawa
Feb 12, 2020Iron Contributor
This should work
https://gallery.technet.microsoft.com/office/Generate-Mailbox-Size-and-3f408172
Simply running ".\Get-MailboxReport.ps1 -all" should create a csv file in the same directory.
https://gallery.technet.microsoft.com/office/Generate-Mailbox-Size-and-3f408172
Simply running ".\Get-MailboxReport.ps1 -all" should create a csv file in the same directory.
- lpmdvipFeb 12, 2020Copper Contributor
DeepakRandhawa Does this work for office 365/outlook mailboxes?