Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 2.42 KB

README.md

File metadata and controls

51 lines (30 loc) · 2.42 KB

CrmDataPackager

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.

Installation

Open Windows PowerShell and install the module from the PowerShell Gallery.

Install-Module -Name CrmDataPackager -Scope CurrentUser

Functions

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.

Project Structure

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

Support is available by submitting issues to this GitHub project.

License

This project uses the MIT license. See the LICENSE file.

Contributions

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.

History

This project's code originated from Adoxio.Dynamics.DevOps.