What links to an O365 Group?

Bridget Tompkin (Galliford Try) 61 Reputation points
2021-09-15T11:17:59.907+00:00

I want to use Powershell to tell me what hangs off each O365 group. For example in Azure I can see the groups links to a specific group. How can I script this to show all groups and what they link to?

Windows for business | Windows Server | User experience | PowerShell
{count} votes

4 answers

Sort by: Most helpful
  1. Rich Matheisen 47,901 Reputation points
    2021-09-15T14:39:42.017+00:00

    Are you asking how to know the membership of a group? You can use the Get-ADGroupMember cmdlet: get-adgroupmember

    0 comments No comments

  2. Bridget Tompkin (Galliford Try) 61 Reputation points
    2021-09-15T15:04:38.503+00:00

    No, what I am looking for is to know what a group is user for - eq a single group can be links to a team, yammer, outlook etc

    0 comments No comments

  3. Rich Matheisen 47,901 Reputation points
    2021-09-15T18:51:35.007+00:00

    There's no property of a group that identifies what it's used for. Any "links" are defined at the point of use (e.g. in an Access Control List on a file or directory).

    However, I get the impression you're asking about Microsoft 365 groups. Is that correct? office-365-groups

    You might want to add another tag to your question to expose it to the folks that deal with the Microsoft 365 product.

    0 comments No comments

  4. Bridget Tompkin (Galliford Try) 61 Reputation points
    2021-09-16T14:46:54.927+00:00

    thanks you - I am new to this platform - I couldnt find any tags that were as useful as you suggest


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.