Skip to content
markcunninghamuk edited this page Apr 9, 2019 · 13 revisions

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.

The Solution Audit 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

Installation

Prerequisites

  • Minimum .NET Framework: 4.6.2

The Xrm Solution Audit is currently 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:

  1. Right-click on the project node in Solution Explorer and choose Mange NuGet Packages
  2. Install the package named Capgemini.Xrm.Audit.Reports

A step by step listing of how to consume this library from a .NET Console application is provided here.

Clone this wiki locally