Exchange 2010 – How to set default OU for new Distribution Lists

When using Exchange 2010 to create new distribution lists you have the option of specifying the Active Directory OU for it to be stored, or use the default OU.

This article details how to change the default Active Directory OU for new distribution lists.

MSExchange2010-DefaultDistributionOU1

How to set the default OU for new Distribution Lists

In thie example, we will be using the OU ‘itsupportguides.com/Administration/Exchange’

  1. Open the Exchange Management Shell
  2. Run the following command
  3. Set-OrganizationConfig -DistributionGroupDefaultOU "OU=Exchange,OU=Administration,DC=MOCKBOX,DC=NET"
  4. Newly created Distribution Lists will now be stored in the ‘itsupportguides.com/Administration/Exchange’ OU by default.

MSExchange2010-DefaultDistributionOU2