Forum Discussion
KS358
Mar 20, 2025Copper Contributor
Listing SharePoint sites shared with whole organization
Hi, I would like to list all SharePoint sites that are currently shared with whole organization. Is it possible to do so? I can't seem to find the right cmdlet in SharePoint powershell or something ...
DaveMehr365
Mar 20, 2025MVP
Hello KS358
here are different examples to list all sites:
https://reshmeeauckloo.com/posts/powershell-get-sharing-links-sharepoint/
The -PnPTenantSite cmdlet has also a lot options to get all lists with different options:
https://pnp.github.io/powershell/cmdlets/Set-PnPTenantSite.html
Best, Dave