Archives pour la catégorie gouvernance et securite

type de groupes office365 dans GAL

powershell cacher les groupes 365 dans GAL

Set-UnifiedGroup <group> -HiddenFromAddressListsEnabled $true
Hiding a Group from the GAL will only removes the availability of group in address list from external users, but it does not prevent other users to send email to the Group if they already know the address. If you want to restrict other users (other than group members) from sending message to the group, you need to set one more property – AcceptMessagesOnlyFromSendersOrMembers.
1
Set-UnifiedGroup <group> -AcceptMessagesOnlyFromSendersOrMembers <group

If you want a group to accept messages from more than one group (multiple groups), you can give the group names as comma separated values in the above command.

1
Set-UnifiedGroup <group> -AcceptMessagesOnlyFromSendersOrMembers <group>,<group2>
Masquer les groupes de distribution a extension de messagerie
Set-DistributionGroup "Group Name" -HiddenFromAddressListsEnabled:$true

ou via AD

SOLUTION

https://support.microsoft.com/en-in/help/3205648/mail-enabled-security-group-isn-t-hidden-from-the-gal-after-directory


To resolve this problem, follow these steps:

  1. Set the msExchHideFromAddressLists attribute of the security group to True. To do this, follow these steps:
    1. Open Active Directory Users and Computers.
    2. Locate and then right-click the group object, click Properties, and then click the Attribute Editor tab.
    3. Locate the msExchHideFromAddressLists attribute, click Edit, and then change the value from <Not set> to True.
  2. Wait for directory synchronization to occur. Or, force directory synchronization.

 

Office 365 Groups vs Azure AD Security Groups

Office 365 Groups vs Azure AD Security Groups

probleme d’acces via groupe office365, recherche de site, hung workflow

https://threewill.com/office-365-groups-vs-azure-ad-security-groups/

mail enabled security group or not
https://www.imanami.com/mail-enable-an-active-directory-security-group-or-not/

best practise:
Do not add AD group directly to the site! Create a SharePoint group and add an AD group inside of a SharePoint group.