RE: Automatic Documentation of Dynamics 365 deployment
Hi
I don't think there is any free tool that allows you to extract the same amount of detail as the Snapshot
For entities and attribute documentation, you can use the following tool XrmToolBox plugin
But you can actually build your own query to do this using the following XrmToolBox plugins, please see the details below
Use Meta Data browser plugin to get any entity or field name you want to get (especially of the ones that are normally hidden from Advance find or other UI areas)
Build your query to get each of those items you mentioned above using FetchXMLBuilder - if you do not know attributes you want, don't include any attribute in your FETCH and results will return all the columns and then you can pick the ones you need
Use the query you built using FetchXML Builder in Export To Excel plugin to save it to excel file.
I know you have to build your FETCH query but it's not that hard, the benefit is you have full control over what the output should be
Hope this helps