Quantcast
Channel: Exchange Server 2013 - Administration, Monitoring, and Performance 论坛
Viewing all articles
Browse latest Browse all 3457

Get-MailboxStatistics with Jobtitle - Ex2010SP2

$
0
0

The following command works fine to extract the requested information to a CSV.  I am looking to add the "jobtitle" of the maibox users to the following:

Get-MailboxStatistics -server "ex001" | where {$_.objectClass -eq "Mailbox"} |Sort -property totalitemsize -descending | select-objectdisplayname, ItemCount, storagelimitstatus, @{expression={$_.TotalItemSize.Value.ToMB()};label="size(MB)"} | Export-csv C:\temp\mbxusers.csv

thanks in adv.



Viewing all articles
Browse latest Browse all 3457

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>