Hi,
I want to determine the following values for a Site Mailbox in Exchange Server 2013.
I got the link which states that these values will be set by default Site Mailbox Provisioning Policy.
But by running the below command:
Get-Mailbox * | ?{$_.RecipientTypeDetails -eq "TeamMail
box"} | fl name, ProhibitSendReceiveQuota, IssueWarningQuota, MaxReceiveSize
I got different values from the values which are shown from below command:
Get-SiteMailboxProvisioningPolicy -Identity SM_ProvisioningPolicy | fl Name, Isdefault, ProhibitSendReceiveQuota, IssueWarningQuota, MaxReceiveSize
How these values are set by default Provisionning policy if the default policy is changed from one to another.
Please help..
Thanks in Advance,
San23041