MSExchange ADAccess 2902

 

This article provides an explanation and possible resolutions for a specific Exchange event. If you don't find what you’re looking for here, try searching Exchange 2010 Help.

Details

Product Name

Exchange

Product Version

14.0

Event ID

2902

Category

General

Symbolic Name

MoreThanOneDefaultThrottlingPolicy

Message Text

Process %1 (PID=%2). Multiple default throttling policies found for organization '%3'.

Explanation

This Information event indicates that more than one throttling policy has been set as the default throttling policy for the specified organization. Default throttling policies have the IsDefault parameter set to $true.

User Action

To determine the throttling policies that are set as default, use the Get-ThrottlingPolicy

cmdlet in the Exchange Management Shell. To do this, follow these steps:

  1. In the Exchange Management Shell, type the following cmdlet, and then press ENTER: Get-ThrottlingPolicy | where-object {$_.IsDefault -eq $true}.

  2. Determine the throttling policies that should not be set a default.

  3. On the throttling policies that should not be set to default, change the value of the IsDefault parameter from $true to $false.

For more information, see the following topics:

Get-ThrottlingPolicy

Set-ThrottlingPolicy

Understanding Client Throttling Policies