Forum Discussion
pratikdarak21
Jan 28, 2025Brass Contributor
Get all the sites where "everyone except external users" is group present in SP Online
Hi,
Is there any PowerShell script or steps through tool can be followed to generate report of all the sites where "Everyone (except external users)" is group present.
Thanks,
Pratik
Hello pratikdarak21
in M365 you have the data access governance reports (SharePoint Premium) Data access governance reports for SharePoint sites - SharePoint in Microsoft 365 | Microsoft Learn
And here you can try PowerShell scripts (not tested)
https://www.sharepointdiary.com/permission/permission-report
https://pnp.github.io/script-samples/spo-get-everyone-everyoneexceptexternalusers/README.html?tabs=pnpps
Best, Dave
- pratikdarak21Brass Contributor
Thank you Dave for your response !
Hello pratikdarak21
in M365 you have the data access governance reports (SharePoint Premium) Data access governance reports for SharePoint sites - SharePoint in Microsoft 365 | Microsoft Learn
And here you can try PowerShell scripts (not tested)
https://www.sharepointdiary.com/permission/permission-report
https://pnp.github.io/script-samples/spo-get-everyone-everyoneexceptexternalusers/README.html?tabs=pnpps
Best, Dave