Hi there,
I just want to get the attribute -ManagedBy of DistributionGroup in E2K7. How to get it ?
I couldn't retireve the -ManagedBy parameter of a distributionGroup using the CmdLet
get-distributionGroup | format-list name,ManagedBy
It just returned the name of the DistributionGroup not the ManagedBy attribute.
Before this I created the DistributionGroup using the CmdLet
New-DistributionGroup -Name "Managers" -OrganizationalUnit "fabrikam.com/domain1.com" - SAMAccountName "Managers" -Type "Distribution" -ManagedBy "user1@domain1.com"
I can also retrieve the DistributionGroup successfully using:
get-distributionGroup -ManagedBy "laeeq1@domain1.com"
which only shows name, DisplayName, GroupType, and PrimarySMTPAddress .
best regards,
Laeeq