Issue: ProhibitSendQuota policy not work – Get-MailboxStatistics

 

Get-Mailbox
Get-MailboxStatistics


1. 用PowerShell Get-Mailbox 來檢視E2K3 mailbox 的資訊, 發現奇怪的狀況

Name                      Alias                ServerName       ProhibitSendQuota
----                      -----                ----------       ---------------
A   
AAA.Wu                 AAA Wu                bqp-msv12        unlimited     
AAA.Wang               AAA Wang              bqp-msv12        unlimited     
AAA.Li                     AAA Li                       bqp-msv12        250MB         
AAA.Chang               AAA.Chang              bqp-msv12        250MB         
AAA.Chung               AAA.Chung              bqp-msv12        unlimited     
AAA.Chen               AAA.Chen                 bqp-msv12        unlimited     
AAA.Huang             AAA.Huang                bqp-msv12        unlimited     
AAA.Chen                AAA.Chen               bqp-msv12        unlimited     
AAA.Chang              AAA.Chang             bqp-msv12        250MB         
AAA.Yuan                AAA Yuan               bqp-msv12        unlimited     
AAA.Chang              AAA Chang             bqp-msv12        unlimited     
AAA.Lin                AAA.Lin                    bqp-msv12        unlimited  

2. 有手動設定Storage Limits 的會正常顯示, 但是設定by default policy 的user mailbox, 卻顯示unlimited? 



image

 

3. get-mailbox –identity aaa.lin | fl 檢查StorageLimits 確定是unlimited


ExchangeUserAccountControl           : None
ExternalOofOptions                   : External
ForwardingAddress                    :
RetainDeletedItemsFor                : 14.00:00:00
IsMailboxEnabled                     : True
Languages                            : {}
OfflineAddressBook                   :
ProhibitSendQuota                    : unlimited
ProhibitSendReceiveQuota             : unlimited

DowngradeHighPriorityMessagesEnabled : False
ProtocolSettings                     : {}
RecipientLimits                      : unlimited
UserAccountControl                   : NormalAccount, DoNotExpirePassword
IsResource                           : False
IsLinked                             : False
IsShared                             : False


4. 但確定是有套用policy

image

5. 實際測試mailbox 確實也受到Store Policy 的限制

image

 

6. Get-MailboxStatistics 不適用E2K3 的mailbox, 但是Get-Mailbox 可以

[PS] C:\Documents and Settings\Exchadm\Desktop>Get-MailboxStatistics -Identity b
qy.msv02 | fl
Get-MailboxStatistics : The specified mailbox 'bqy.msv02' does not exist in an
Exchange 2007 mailbox database.
At line:1 char:22

+ Get-MailboxStatistics  <<<< -Identity bqy.msv02 | fl
[PS] C:\Documents and Settings\Exchadm\Desktop>

 

Blog Extended Reading


More Information & Reference

   

image

Comments

Popular posts from this blog

E15 CU3–Update Failed–AD replicated Exceeded the tombstone lifetime.

202301 - Exchange onpreme - PowerShell Serialization Payload Signing

E14–Bulk Create Mail Contact & Set-Contact