Forum Discussion
prashantguptag
Jan 02, 2019Brass Contributor
Office 365 Groups report does not bring all sites with template Group#0
Hi, I am trying to pull Office 365 Groups and all site collections report via PowerShell. This is how I did it: To get details about all O365 groups (please note that I cannot use EXO cmdlets due ...
Jan 02, 2019
Have you tried to get the list of modern sites from the new SPO Admin Center and compare this list against what you get with PS?
prashantguptag
Jan 02, 2019Brass Contributor
Thanks. I will check that.
Is there any possibility that we can get the Group details using SPO URL like Alias, group id etc.
- prashantguptagJan 03, 2019Brass Contributor
Ok so I got the group details based on SPO site url via site property bag keys "GroupId" and "GroupAlias". I will further investigate this.
- VasilMichevJan 02, 2019MVP
If you cannot use the ExO PowerShell cmdlets, your best bet is the Graph API. Or use the built-in reports as Juan suggested.