Forum

Exchange Server Mai...
 
Bildirimler
Hepsini Temizle

Exchange Server Mailbox Boyutlarını Toplu Halde Görmek

2 Yazılar
2 Üyeler
0 Reactions
559 Görüntüleme
(@ugurdemir)
Gönderiler: 9886
Illustrious Member
Konu başlatıcı
 
    Exchange Management Shelli açın ve aşağıdaki script kodu yapıştırın.

Get-MailboxStatistics | Sort-Object TotalItemSize -Descending | ft DisplayName,@{label=”TotalItemSize(KB)”;expression={$_.TotalItemSize.Value.ToKB()}},ItemCount

Faydalı olması dileğiyle.

 
Gönderildi : 05/07/2011 13:51

(@cozumpark)
Gönderiler: 16307
Illustrious Member Yönetici
 

Get-MailboxStatistics -Database “Mailbox Database  1088214028”| Sort
-Property TotalItemsize | Select DisplayName, LastLoggedOnUserAccount,
ItemCount, @{expression={$_.totalitemsize.value.ToMB()};label=”Size(MB)”}, LastLogonTime, LastLogoffTime
| Export-CSV test.csv

bu da CSV'ye expot eder...

 
Gönderildi : 05/07/2011 16:37

Paylaş: