Hello,
I posted a PowerShell script on the Technet. This script will make an inventory of your Exchange/Office 365 environment and export it to a CSV file :
This is a simple script that export some informations about all mailboxes present in your current Exchange session (can be Exchange or Office 365) :
- Name
- Total Item
- Total Size
- Total Size In MB
- Inbox Item Count
- Inbox Item Size
- LastReceive date in Inbox
- FirstReceive date in Inbox
- Deleted Items Count
- Deleted Items Size
- Sent Items Count
- Sent Items Size
- Total Calendar
- Total Calendar Size
- Contacts Count
- LastLogon date
- Language
The script display a progress bar indicating the avencement of the process.
Prerequisites :
- PowerShell 3 and more
- Connected Exchange Session
You’ll find here.