Ed,
I closed the Exchanged Management Shell, reopened it and entered the command:
Set-DistributionGroup -Identity "Group1@domain.com" -ManagedBy @{add="Admin1","Admin2"}
This time I received this error:
Set-DistributionGroup : The term 'Set-DistributionGroup' is not recognized as the name of a cmdlet, function,
script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again.
At line:1 char:1
+ Set-DistributionGroup -Identity "Group1" -ManagedBy @{add="admin1","admin2"}
+ ~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Set-DistributionGroup:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
It's still didn't work?