Are you asking how to know the membership of a group? You can use the Get-ADGroupMember cmdlet: get-adgroupmember
What links to an O365 Group?
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
4 answers
Sort by: Most helpful
-
-
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
-
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.
-
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