Forum Discussion
tomwrigglesworth
Dec 19, 2024Copper Contributor
List of members of SharePoint sites
Hello,
We have a client who wants a generated list of SharePoint site members. I have a powershell script that gets the sites and users within the Membership groups but not users just listed under Members.
Is there a reason why the users under members aren't seen and if there's anything that I can do to the script to get it to see the users?
The script is in the word document as I tried the embeded code and it went mad.
Any help will be greatly appreciated.
You have a User Information List of every site there are all the members. https://zimmergren.net/sharepoints-hidden-user-list-user-information-list/
Hello tomwrigglesworth
maybe you can find more informations in this thread: https://learn.microsoft.com/en-us/answers/questions/1312309/using-powershell-can-i-list-all-members-visitors-a?WT.mc_id=DX-MVP-5004845
Best, Dave