Permission report for a specific user in SharePoint Online

MVP

Hi ,

 I have a requirement where I need to generate a report which gives the list of all the SharePoint sites where a user has access in SharePoint Online . Could you please let me know how I can achieve it ? Any Powershell script would be helpful .Thanks in advance .

2 Replies

You can start looking that PowerShell script:

 - https://sharepoint.stackexchange.com/questions/144110/powershell-get-permission-on-spsite-spweb-and-...

 

If you adapt it to your needs, you can retrieve the report you want.

 

Fab

Those scripts are not going to work ;) The ask is for SharePoint Online. Instead of using PowerShell: why not using Search? For instance: https://johnmhester.wordpress.com/2013/05/10/getting-a-list-of-sites-that-a-user-has-access-to-in-sh...