Sometime you might need to get list of all your Office 365 Groups from your tenant and list Group Owners for every group. You can do this with PowerShell and Microsoft Graph API. There is List Groups and List Owners interfaces in Microsoft Graph API. By combining these two interfaces, we can create script for …
Continue reading Getting All Office 365 Groups and Group Owners with PowerShell