This is script that generates the Information Architecture of a SharePoint site from the site URL using jQuery and JSOM.
The Information Architecture generated can be exported to an excel file and includes:
- Site Structure: Libraries, Folders, Subsites.
- Security of the site an its elements.
- Content Types used in each library of the site.
- Default values per library.
- Site metadata (Property bag values).
- Library views.
- The Script is in the same domain of the site.
- Full control over the site
- Read permission over the Libraries (Minimum). You will need full control over the Library if you want to get the security settings, otherwise you will see something like the following image as output indicating that you have "NO ACCESS" to see the security configuration.
MIT Copyright (c) 2016 Yngrid D Coello