Link to home
Start Free TrialLog in
Avatar of Mandy_
Mandy_

asked on

Exchange2010 Hide Group-membership in GlobalAdressBook

Hi,

how can i set the hidegroupmembership = true with powershell in exchange 2010.
In 2003 i can do it with right mouse and hide membership but at 2010 i dont know
how to do it.

Deny of ReadRights are not successfull.

Could anybody help me?
Avatar of Kotteeswaran Rajendran
Kotteeswaran Rajendran
Flag of Malaysia image

Avatar of Mandy_
Mandy_

ASKER

Ok.How can i set the attribute with powershell?
ASKER CERTIFIED SOLUTION
Avatar of Kotteeswaran Rajendran
Kotteeswaran Rajendran
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Use the following command below to accomplish this...

Set-DistributionGroup -Identity <groupname> -HiddenFromAddressListsEnabled:$true

Will.
Will, this would hide the DL itself. we wanted to hide the members not the DL.