My SP Admin has used PowerShell for SharePoint online to export a list of SharePoint sites. However, this is simply a list of the urls and the site owners.
I really would like to get a more robust list that would include the hierarchy of sites, inheritance settings, and so on. Just put more than a simple listing.
Are there some tools that can do something like this?
You can get site hierarchy details, broken inheritance and site users and group details using the following PowerShell scripts:
Site and List:
Broken inheritance:
User and groups:
Hope this helps.