Exch 2013 Throttling Policy Inheritance -- How Does It Work?

Our EWS app uses both streaming events and impersonation. The account that's throttled is different for each protocol and have different requirements, so we need to apply different policies, one broad and the other narrow, as the service accounts are a subset of the larger set of users. The solution seems straightforward -- create a policy with an Organization scope for the user community and then create a policy with a Regular scope and associate it with service accounts. But we can't figure out how inheritance works. The Organization-scoped policy replaces the GlobalPolicy settings for everyone and the Regular-scoped settings will replace those in the Organization-scoped policy for the accounts associated with it. So here's my question(s):

1. When you create a throttling policy with an Organization scope, is it automatically associated with all of the users in the organization? What sets the boundaries of the Organization scope? Can I split my users into 2 Organizations?

2. If there is a Regular-scoped policy associated with a user and a change is made to the Organization-scoped policy does it automatically propagate to the user or is the user's throttling policy a separate policy, or snapshot of the merged policies?

Your attention is greatly appreciated!

Robert

September 11th, 2015 7:10pm

Hi,

In new Regular-scope policies, you should only set the throttling settings that are different from those in the GlobalThrottlingPolicy and any other organization policies. This will help you to inherit the rest of the policy settings from the GlobalThrottlingPolicy and let you benefit from any updates to throttling policies that are added in future Exchange updates.

https://technet.microsoft.com/en-us/library/jj150503(v=exchg.150).aspx

To change throttling policies for specific users: https://technet.microsoft.com/en-us/library/jj863577(v=exchg.150).aspx

To change the throttling policy for all your users: https://technet.microsoft.com/en-us/library/jj863578(v=exchg.150).aspx

Let me know if this answers your question.

Thanks.

Free Windows Admin Tool Kit Click here and download it now
September 11th, 2015 7:42pm

Hi Mark --

Not exactly. I understand how to apply the scopes, but not how the term "inherit" is defined. Let me see if I can phrase this better:

If I create a Organization scope throttling policy I only specify the parameters that are different from the global policy. When I do a get-throttlingpolicy | fl on the newly created Organization policy I see all of the global parameters with the ones changed by the new policy set to the changed values.

1st question: There's no provision for associating users with the Organization-scoped policy. Does it automatically apply to all of the users? If so, what defines the users in the "Organization"? Active Directory OU, or something else?

2nd question: Assume I have a working Organization policy in place. Now I create a Regular scope throttling policy. When I do a get-throttlingpolicy | fl on the new Regular-scoped policy I see all of the Organization-scoped policy parameters with the settings from the Regular-scoped policy set to the new values. OK. Now I change a value in the Organization-scoped policy. When I do a get-throttlingpolicy | fl on the Regular-scoped policy will I automatically see the new setting from the Organization-scoped policy?

Question 2a: Do changes in the Regular scoped policy always override settings in the Organization scoped policy?

 Thanks!

Robert

September 14th, 2015 4:14pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics