Why are my Exchange Distribution Group Properties Greyed Out in EMC?

Home > Blogs > Exchange Server > Why are my Exchange Distribution Group Properties Greyed Out in EMC?

Why are my Exchange Distribution Group Properties Greyed Out in EMC?

Like This Blog 6 Mike Pfeiffer
Added by March 2, 2012

If you’ve upgraded from Exchange 2003 to Exchange 2010, you may come across an issue where distribution groups in the Exchange Management Console (EMC) are unmanageable. In other words, your groups might be “greyed out”, and you won’t be able to add or remove users, or change any of the groups properties.

Here’s what’s going on. First, the distribution group was probably created as a global group in Active Directory. You can right click each group (or multi-select) in EMC and select ‘Conver to Universal Group’ to fix this. You could also do this from the Exchange Management Shell (EMS) using a one-liner:

Get-DistributionGroup -ResultSize Unlimited -RecipientTypeDetails MailNonUniversalGroup | Set-Group -Universal

After you’ve done this, you’ll be able to manage the membership of these groups. However, other features – like group moderation – will also be ‘greyed out’. This is because the groups object version needs to be upgraded. To do this in bulk for all groups, use the following EMS one-liner:

Get-DistributionGroup –ResultSize Unlimited | Set-DistributionGroup –ForceUpgrade

It’s as simple as that. Keep in mind that if you will be in coexistence for a period of time, where you have both Exchange 2003 and 2010, this should only be done for groups that will be managed only from the Exchange 2010 tools.

Enjoy!

Mike Pfeiffer – Microsoft MVP
Director of Unified Communications
Interface Technical Training

Videos You May Like

A Simple Introduction to Cisco CML2

0 3877 0

Mark Jacob, Cisco Instructor, presents an introduction to Cisco Modeling Labs 2.0 or CML2.0, an upgrade to Cisco’s VIRL Personal Edition. Mark demonstrates Terminal Emulator access to console, as well as console access from within the CML2.0 product. Hello, I’m Mark Jacob, a Cisco Instructor and Network Instructor at Interface Technical Training. I’ve been using … Continue reading A Simple Introduction to Cisco CML2

Creating Dynamic DNS in Network Environments

0 641 1

This content is from our CompTIA Network + Video Certification Training Course. Start training today! In this video, CompTIA Network + instructor Rick Trader teaches how to create Dynamic DNS zones in Network Environments. Video Transcription: Now that we’ve installed DNS, we’ve created our DNS zones, the next step is now, how do we produce those … Continue reading Creating Dynamic DNS in Network Environments

Cable Testers and How to Use them in Network Environments

0 724 1

This content is from our CompTIA Network + Video Certification Training Course. Start training today! In this video, CompTIA Network + instructor Rick Trader demonstrates how to use cable testers in network environments. Let’s look at some tools that we can use to test our different cables in our environment. Cable Testers Properly Wired Connectivity … Continue reading Cable Testers and How to Use them in Network Environments

Write a Comment

See what people are saying...

    Share your thoughts...

    Please fill out the comment form below to post a reply.