Forum

kullanıcı mail box ...
 
Bildirimler
Hepsini Temizle

kullanıcı mail box boyutu

7 Yazılar
3 Üyeler
0 Likes
857 Görüntüleme
(@Anonim)
Gönderiler: 0
Konu başlatıcı
 

Merhaba

kullanıcı ve tüm kullanıcıalrın mailbox boyutunu exchange 2010 nasılsorgularız 

 
Gönderildi : 09/01/2015 13:23

(@ufuktatlidil)
Gönderiler: 5718
Illustrious Member
 

Exchange Powershell' i run as administrator olarak çalıştırıp, aşağıda ki komutu çalıştırın. Database name' i kendi db ismini girmeniz lazım. Daha sonra c:\ dizinine MBX_Repor diye bir excel tablosu olşacak.

Get-Mailbox -Database "DATABESE NAME" | sort-object | Select-Object name,alias,servername,ProhibitSendQuota,IssueWarningQuota,MaxReceiveSize,MaxSendSize,DisplayName,Database,PrimarySmtpAddress,ProhibitSendReceiveQuota,@{n="Size(KB)";e = {$MBXstat = Get-MailboxStatistics $_.name; $MBXstat.totalItemsize}},@{n="Items"; e = {$MBXstat = Get-MailboxStatistics $_.name ; $MBXstat.itemcount; $MBXstat.storageLimitStatus}} | Export-Csv C:\MBX_Report.csv

 
Gönderildi : 09/01/2015 13:47

(@Anonim)
Gönderiler: 0
Konu başlatıcı
 

hocam bunu tek bir kullanıcı icin nasıl yaparız

 
Gönderildi : 09/01/2015 13:53

(@ufuktatlidil)
Gönderiler: 5718
Illustrious Member
 

Get-MailboxStatistics -Identity “USERNAME” |ft DisplayName, TotalitemSize, ItemCount, StorageLimitStatus

 
Gönderildi : 09/01/2015 14:01

(@Anonim)
Gönderiler: 0
Konu başlatıcı
 

Hocam aşağıdaki hatayı verdi

[PS] C:\Windows\system32>Get-Mailbox -Database "db_adanan" | sort-object | Select-Object name,alias,servername,Prohi

bitSendQuota,IssueWarningQuota,MaxReceiveSize,MaxSendSize,DisplayName,Database,PrimarySmtpAddress,ProhibitSendReceiveQuo

ta,@{n="Size(KB)";e = {$MBXstat = Get-MailboxStatistics $_.name; $MBXstat.totalItemsize}},@{n="Items"; e = {$MBXstat = G

et-MailboxStatistics $_.name ; $MBXstat.itemcount; $MBXstat.storageLimitStatus}} | Export-Csv C:\MBX_Report.csv

 

 

WARNING: The user hasn't logged on to mailbox 'edefter' ('cb5d5493-0ba2-458a-9990-36a58c43843c'), so there is no data

to return. After the user logs on, this warning will no longer appear.

WARNING: The user hasn't logged on to mailbox 'edefter' ('cb5d5493-0ba2-458a-9990-36a58c43843c'), so there is no data

to return. After the user logs on, this warning will no longer appear.

WARNING: The user hasn't logged on to mailbox 'ik stajer' ('9be0eaca-5834-4b99-8cc7-77a733fa891d'), so there is no data

 to return. After the user logs on, this warning will no longer appear.

WARNING: The user hasn't logged on to mailbox 'ik stajer' ('9be0eaca-5834-4b99-8cc7-77a733fa891d'), so there is no data

 to return. After the user logs on, this warning will no longer appear.

[PS] C:\Windows\system32> 

 
Gönderildi : 09/01/2015 14:03

(@ufuktatlidil)
Gönderiler: 5718
Illustrious Member
 

Rapor oluşmuş. C:\ altını kontrol edin.

 
Gönderildi : 09/01/2015 14:04

(@ugurdemir)
Gönderiler: 9888
Illustrious Member
 

Merhaba,

Şu komut dener misin?

Get-MailboxStatistics [username] | ft DisplayName, TotalItemSize, ItemCount

 

 
Gönderildi : 13/01/2015 17:10

Paylaş: