Microsoft.Xrm.Data.PowerShell

(β˜… 207)

This module uses the CRM connection from Microsoft.Xrm.Tooling.CrmConnector.Powershell and provides common functions to create, delete, query, and update data as well as functions for common tasks such as publishing, and manipulating System & CRM User Settings, etc. The module should function for both Dynamics CRM Online and On-Premise environment.

  • .gitattributes
  • .gitignore
  • azure-pipelines.yml
  • CONTRIBUTING.md
  • Microsoft.Xrm.Data.PowerShell.sln
  • README.md

# Installation Guide

1. Get the code
git clone https://github.com/seanmcne/Microsoft.Xrm.Data.PowerShell

Downloads the entire project code from GitHub to your computer.

cd Microsoft.Xrm.Data.PowerShell

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet restore

Downloads the packages the project depends on.

dotnet run

Builds the project and runs it immediately.

βœ… After dotnet run, check the message or address shown in the terminal.
// repository documentation