請教各位大大
關於以往在Exchange 2003上可以直接在登入這個路徑(如圖一)直接看到收件者是否有連上Exchange及登入時間,在Exchange 2010後該如何檢查呢?
另外(如圖二)在Exchange 2003信箱位置可以直接看到該使用者信箱大小,在Exchange 2010後變成要一個一個去點用戶端的信箱右鍵/內容,然後才看的到,有辦法直接看到大小嗎??
(圖一)
(圖二)
powershell
Get-MailboxStatistics [username]
This shows the DisplayName, ItemCount, StorageLimitStatus, and LastLogonTime fields for the specified user, as seen in Figure 1 below.
請參考這個網址
http://technet.microsoft.com/zh-tw/library/bb124612.aspx