Microsoft.Xrm.Data.PowerShell
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.
File Explorer
Download Latest Version (.zip)- appveyor.yml
- build.ps1
- deploy.PSDeploy.ps1
- prepareModule.ps1
- psake.ps1
- Microsoft.Bcl.AsyncInterfaces.dll
- Microsoft.Crm.Sdk.Proxy.dll
- Microsoft.IdentityModel.Clients.ActiveDirectory.dll
- Microsoft.IdentityModel.Clients.ActiveDirectory.Platform.dll
- Microsoft.QualityTools.Testing.Fakes.dll
- Microsoft.Rest.ClientRuntime.dll
- Microsoft.Xrm.Data.PowerShell.Help.pshproj
- Microsoft.Xrm.Data.PowerShell.Help.xml
- Microsoft.Xrm.Data.PowerShell.psd1
- Microsoft.Xrm.Data.PowerShell.psm1
- Microsoft.Xrm.Data.PowerShell.pssproj
- Microsoft.Xrm.Sdk.Deployment.dll
- Microsoft.Xrm.Sdk.dll
- Microsoft.Xrm.Sdk.Workflow.dll
- Microsoft.Xrm.Tooling.Connector.dll
- Microsoft.Xrm.Tooling.CrmConnectControl.dll
- Microsoft.Xrm.Tooling.CrmConnector.Powershell.dll
- Microsoft.Xrm.Tooling.CrmConnector.Powershell.dll-Help.xml
- Microsoft.Xrm.Tooling.CrmConnector.PowerShell.psd1
- Microsoft.Xrm.Tooling.CrmConnector.PowerShell.psm1
- Microsoft.Xrm.Tooling.Ui.Styles.dll
- Newtonsoft.Json.dll
- System.Buffers.dll
- System.Memory.dll
- System.Numerics.Vectors.dll
- System.Runtime.CompilerServices.Unsafe.dll
- System.Text.Encodings.Web.dll
- System.Text.Json.dll
- System.Threading.Tasks.Extensions.dll
- System.ValueTuple.dll
- .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 RecommendedPrerequisites
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
Was this content helpful?
(0 ratings)
