The Xrm Solution Audit supports a full analysis of specific components contained within any managed solutions in Microsoft Dynamics 365. This audit solution can target multiple versions of Microsoft Dynamics - CRM 2011, 2015, 2016 and Dynamics 365.
This tool is a .NET library that is intended to be consumed from any .NET application such as Console, Win Forms, Web applications, Azure DevOps etc. It is currently been released as a library which can be consumed through NuGet.
On completion of each audit, reports are generated which can be in any of the following formats:
- Excel Worksheet
- HTML
- JSON
- XML
Each report generation exercise can be configured to only return components that are published by specific Dynamics 365 publishers.
The output from each execution of the tool captures the following information.
- All solutions within the instance
- All entities within the instance
- Plugins
- Workflows
- Webresources
- Forms and Form Events
- Reports
*Requires the .NET Framework version set to 4.6.2
The Xrm Solution Audit tool is released via NuGet and as such can be consumed from the following feed: Capgemini Xrm Audit Reports.
A reference to the above NuGet feed must be added to any application that intends to consume the solution audit tool.
To achieve this, perform the following steps:
- Right-click on the project node in Solution Explorer and choose Mange NuGet Packages
- Filter the displayed NuGet packages with "Capgemini.Xrm.Audit.Reports"
- Install the Capgemini.Xrm.Audit.Reports
A step-by-step listing of how to add this NuGet package to your solution can be found here
Detailed documentation about this tool can be found in the here.
To contribute to this project
- Report any issues
- Submit changes via pull requests
- Contribute to the documentation
Special thanks to the entire Capgemini community and the creators of the following:
The Xrm Solution Audit is released under the MIT license.