CrmDataPackager is a PowerShell module with functions for unpacking and packing Dynamics 365 configuration migration tool data files.
Read Announcing the CrmDataPackager PowerShell module for an overview of this PowerShell module.
Open Windows PowerShell and install the module from the PowerShell Gallery.
Install-Module -Name CrmDataPackager -Scope CurrentUser
A brief summary of each function is shown below. See the associated documentation for more details.
Extracts a Configuration Migration tool generated zip file and unpacks the .xml files into separate files and folders.
Packs and zips a folder of Configuration Migration tool generated files previously created from Expand-CrmData
.
The primary folders in this repository are:
Path | Description |
---|---|
docs/functions | Markdown formatted help documention for each function. |
src/CrmDataPackager | The source code for the PowerShell module, implemented as advanced functions. |
Support is available by submitting issues to this GitHub project.
This project uses the MIT license. See the LICENSE file.
This project accepts community contributions through GitHub, following the inbound=outbound model as described in the GitHub Terms of Service:
Whenever you make a contribution to a repository containing notice of a license, you license your contribution under the same terms, and you agree that you have the right to license your contribution under those terms.
All contributors are collectively named as CrmDataPackager contributors
in the LICENSE file. Individual contributor names are visible in the commit history.
This project's code originated from Adoxio.Dynamics.DevOps.