Forum Discussion
Jun 28, 2017
Group Classification and Microsoft Graph
Is there a way to get the Group classification through the Microsoft Graph? I can't seem to find it, would be nice to show in my PowerBI governance reports.
TonyRedmond
Jul 24, 2017MVP
While you're waiting for Microsoft to move the classification property into the production endpoint, you can get the information with PowerShell (just saying).
Get-Unified Group | FT DisplayName, Classification
Get-Unified Group | FT DisplayName, Classification