Creating Distribution Groups Overriding Naming Policy…

Distribution Group Naming Policy is a template that, we as Exchange admins, apply to all newly created distribution groups. I had explained all about configuring and using naming policy in one of my previous posts, read it here.

There will be times in which you want to cerate a distribution group with a particular name, without getting the standard policy applied. You can create new groups or modify existing ones, ignoring the naming policy been configured.

To create a new distribution group named “Executives”, without the naming policy being applied, run

New-DistributionGroup –Name “Executives” –IgnoreNamingPolicy

Create DG ignoring naming policy

The group gets created without having a “DL_” as a prefix in my lab. “DL_” as a prefix is my naming policy in this test lab.

DG created without naming policy

To modify an existing group which has naming policy applied already, run

Set-DistributionGroup "-identity “DL_ExchangeTeam” –Name “#ExchangeTeam” –DisplayName “#ExchangeTeam” –IgnoreNamingPolicy

Modify an existing DG ignoring naming policy

SUBSCRIBE FOR DAILY ARTICLE UPDATES VIA EMAIL
Get the published articles delivered straight to your inbox. Your details will not be passed to any third party company.

Exchange Architect, Blogger, Husband & Dad. I have been in IT for the last 11 years, with Exchange Server becoming the prime area in the last few years. I am active on TechNet forums & Experts Exchange.

View all contributions by

0 comments… add one

Speak Your Mind…

Website Hits