Search exchange message tracking log for a particular subject
If you want to search Exchange log for a particular subject, or just a bite of it, you can search witch this commands. This will also export it to a…
If you want to search Exchange log for a particular subject, or just a bite of it, you can search witch this commands. This will also export it to a…
if you want to export all you mailboxes sizes to CSV/Excel, you can run this command in you powershell:
Howto Export all mailbox’es and there size to a CSV file get–mailbox | get-mailboxstatistics | select-object DisplayName,TotalItemSize,StorageLimitStatus,LastLogonTime | Export-Csv c:\exchange.csv