Greetings,
we are running an exchange 2013 server (have migrated from exchange 2010) and have created an organization throttling policy in order to alter the recipient rate limit for all users. When i run the following to see the default throttling policy, nothing is returned:
Get-ThrottlingPolicy | where-object {$_.IsDefault -eq $true}
What does that mean? I though that this would return the organization policy...If i ask what is the policy of a user it returns a blank/null answer..
how can i make sure the organization policy is applied?
p.s. the default policy from exchange 2010 was also migrated to 2013 (by default)- does this creates problems?
Thanking you in advance!