Share point site user count

CRM Admin 0 Reputation points
2023-01-17T06:19:03.8733333+00:00

I would like to know how i can export all sharepoint sites to csv file with their corresponding number of owners and members is each site using Powershell.

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

2 answers

Sort by: Most helpful
  1. Vlad 1 Reputation point
    2023-01-20T04:26:23.1233333+00:00

    I use PnP.PowerShell.
    Get all sites.
    For standalone sites - get site admins (or even members of Owners group) as owners
    For group-based sites - get aad group owners/members.

    0 comments No comments

  2. Emily Du-MSFT 44,311 Reputation points Microsoft Vendor
    2023-01-23T08:13:55.0533333+00:00

    What is the version of SharePoint?

    For SharePoint Server, refer to this article: https://www.sharepointdiary.com/2016/02/sharepoint-site-collection-permission-report-powershell-script.html

    For SharePoint Online, refer to this article: https://www.sharepointdiary.com/2019/09/sharepoint-online-user-permissions-audit-report-using-pnp-powershell.html

    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 the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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.