Avatar of jbla9028
jbla9028
Flag for United States of America asked on

Powershell script for get-distributiongroup "MailNonUniversalGroup" and update

Anyone know how to format the command get-distribution groups so that I can get a list of any distribution list in my exchange org that is a MailNonUniversalGroup?

when running the command  
get-DistributionGroup -Identity '%Distribution Group' | Format-List

there's a property labeled below that I need to get a list of this value.

RecipientTypeDetails                   : MailNonUniversalGroup  



If possible if there's a command to take this list and change it to, that would be awesome too.

RecipientTypeDetails                   : MailUniversalDistributionGroup
ExchangeEmail ProtocolsPowershell

Avatar of undefined
Last Comment
nashiooka

8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
nashiooka

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck