Mar 21 2017 02:49 AM
Whenever you create a Yammer space , an O365 Group gets created automatically.
Is there a possibility for the Admin to see which Yammer Group is connected with which O365Group?
(I have raised the same question to the MS Team Community as well because this question is valid for MS Teams too)
following scenario:
User A creates Yammer space "Sales" --> sales@ Group gets created
User B creates Yammer space "Sales" --> sales2222@ Group gets created (with a random number)
For an Admin:
Are there any PowerShell cmdlets available for this ?
thank you
stefan
Mar 21 2017 08:17 AM
Mar 22 2017 04:48 AM
Thank you Brent!
This is for sure a starting point.
I was not aware of these two properties (i only checked the technet article where properties are not really documented)
but with...
Get-UnifiedGroup -Identity <groupname> | Format-List
..i get all the props
thank you