Hi All,
I am working on an audit task where I am trying to list all M365 Groups that were provisioned using Yammer. The reason for this is that any M365 Groups that have been provisioned using Yammer cannot be migrated to a "Team" in Teams.
I have found out that Pre - April 2019 Yammer Groups populated the ResourceBehaviorOptions property as YammerProvisioning but since MS changed this I have struggled to find a way to identify every Group that was created using Yammer.
If I run Get-UnifiedGroup -Filter {ResourceBehaviorOptions -eq "YammerProvisioning"} this will show a list of all Groups with that property that is set to YammerProvisioning and I have confirmed that indeed this is only Groups that were created on Yammer.
Can anyone tell me how I would be able to extract a list of Groups that were provisioned with Yammer? Any help would be really useful.
Cheers
Jamie