This post will present a Powershell script that will let you Export user permissions in SharePoint from all Web Applications and their Site Collections.
The script creates a CSV file and fills the data in the columns like below:
- Site Name;
- Site Url;
- Name of the Group;
- Login of the Group Owner;
- Display name of the Group Owner;
- User Login (who has the permission);
- User Display Name (who has the permission);
- The role or permission the user has.
Recent Comments