unified group name

Roger Roger 4,951 Reputation points
2022-01-26T21:06:29.713+00:00

Hi All

i have a team site. lets say https://mycompany.sharepoint.com/sites/Test/
How can i know what is the name of the unified group and alias it is associated with. i recall this can be fetched from sharepoint online powershell but i am not sure of the syntax experts guide me.

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,227 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,682 questions
0 comments No comments
{count} votes

Accepted answer
  1. Yi Lu_MSFT 17,456 Reputation points
    2022-01-27T03:07:16.96+00:00

    Hi @Roger Roger
    You could check that just by UI.

    Sign in Sharepoint Admin Center, search for the active site according to site url, then you could get the site name which is also the group name.

    168844-image.png

    Then sign in Microsoft 365 admin center, you could get the group by group name:

    168852-image.png


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


2 additional answers

Sort by: Most helpful
  1. Roger Roger 4,951 Reputation points
    2022-02-13T18:35:14.57+00:00

    How can i know this from sharepoint online powershell module.


  2. sadomovalex 3,626 Reputation points
    2022-02-18T14:53:29.453+00:00

    Groupified sites (sites behind unified O365 group) have special property bag properties which contain information about their group (GroupAlias, GroupId and others) - so you may get this info from there. Here are more details: Fetch Sharepoint Online sites associated with O365 groups via Sharepoint Search KQL.

    0 comments No comments