Office 365 Group Team Sites details like Owner, Source of Workload

SGH 1,226 Reputation points
2021-06-21T15:04:14.79+00:00

We can export csv file of Office 365 Group Team Sites details from the admin Center. However the Owner details and Source of Workload (Teams, Outlook etc) by that the site got created are missing

107589-office365groupteamsite.png

Is there any other option to get these information ?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,739 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Allen Xu_MSFT 13,776 Reputation points
    2021-06-22T07:37:22.153+00:00

    Hi @SGH ,

    As per my knowledge, there is no OOB way to export owner details and the source of workload by the SharePoint site. You can get owner details via accessing Microsoft 365 admin center -> Users -> Active users -> Export users. To retrieve associated SharePoint site URL for Microsoft Teams, you can achieve it using Graph/REST API, Powershell and etc. Reference: https://www.syskit.com/blog/retrieve-associated-sharepoint-site-url-for-microsoft-teams/.
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. sadomovalex 3,626 Reputation points
    2021-06-22T15:18:10.713+00:00

    you can also get list of all Sharepoint Online sites with owners using PowerShell: SharePoint Online: Get All Site Collections using PowerShell. Also you may fetch list of SPO sites which are associated with O365 group using technique shown here: Fetch Sharepoint Online sites associated with O365 groups via Sharepoint Search KQL.

    0 comments No comments