Microsoft.Xrm.Data.Powershell

2.3

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 and CRM User Settings, etc. The module should function for both Dynamics CRM Online and On-Premise environment.  Check out the so
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 and CRM User Settings, etc. The module should function for both Dynamics CRM Online and On-Premise environment.  Check out the source & project at: https://github.com/seanmcne/Microsoft.Xrm.Data.PowerShell/
Show more

Minimum PowerShell version

4.0

There is a newer prerelease version of this module available.
See the version list below for details.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Microsoft.Xrm.Data.Powershell -RequiredVersion 2.3

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Microsoft.Xrm.Data.Powershell -Version 2.3

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2016 Microsoft Corporation All rights reserved.

Package Details

Author(s)

  • Kenichiro Nakamura Sean McNellis

Tags

Dynamics Xrm CRM

Cmdlets

Get-CrmConnection Get-CrmOrganizations

Functions

*-*

Dependencies

This module has no dependencies.

Release Notes

Added following function.
•Publish-CrmCustomization to publish customization in more granular level.
•Get-CrmCurrentUserId as Alias to Get-MyCrmUserId

Updating the following function.
•Set-CrmRecord to have Upsert switch.
•Set-CrmUserBusinessUnit to make ReassignUserId optional.
•Extract help from psm1

Fixed following issues
•Removed Upsert-CrmRecord as Upsert is not common verb
•Fixed error handling so that it properly generate and throw error as expected.
•Fixed Get-CrmRecords to properly accept last-x-years type of operator
•Fixed Get-CrmEntityAttributeMetadata that didn't return any Attributes.
•Added -Verbose option to Get-CrmConnection
•Fixed the issue that it cannot set null value for fields when update.
•Fixed the issue that Test-CrmViewPerformance didn't work with View parameter.
•Fixed the issue that New/Set-CrmRecord failed when field has certain type such as byte[]

FileList

  • Microsoft.Xrm.Data.PowerShell.nuspec
  • Microsoft.Crm.Sdk.Proxy.dll
  • Microsoft.IdentityModel.Clients.ActiveDirectory.dll
  • Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll
  • Microsoft.Xrm.Data.PowerShell.Help.xml
  • Microsoft.Xrm.Data.PowerShell.psd1
  • Microsoft.Xrm.Data.PowerShell.psm1
  • Microsoft.Xrm.Sdk.Deployment.dll
  • Microsoft.Xrm.Sdk.dll
  • Microsoft.Xrm.Tooling.Connector.dll
  • Microsoft.Xrm.Tooling.CrmConnectControl.dll
  • Microsoft.Xrm.Tooling.CrmConnector.Powershell.dll
  • Microsoft.Xrm.Tooling.Ui.Styles.dll
  • Microsoft.Xrm.Tooling.WebResourceUtility.dll

Version History

Version Downloads Last updated
2.8.21 19,216 10/9/2024
2.8.19 1,305,418 11/15/2022
2.8.19-alpha 1,079 11/9/2022
2.8.17 19,190 11/1/2022
2.8.14 1,813,680 3/24/2021
2.8.13 71,076 2/3/2021
2.8.12 91,767 1/20/2021
2.8.11 433,998 9/3/2020
2.8.10 6,586 8/28/2020
2.8.9 28,459 8/25/2020
2.8.8 186,893 4/7/2020
2.8.7 195,204 2/6/2020
2.8.5 25,166 12/13/2019
2.8.4 56,191 10/31/2019
2.8.3 4,191 10/22/2019
2.8.1.3 174,512 10/26/2018
2.8.1.2 6,384 9/17/2018
2.8.1.1 622 9/13/2018
2.8.0 44,478 5/4/2018
2.7.2 5,792 1/31/2018
2.6 3,678 8/7/2017
2.5 58,324 2/5/2017
2.4 1,436 10/6/2016
2.3 (current version) 492 4/14/2016
2.1 336 1/20/2016
1.8 194 11/18/2015
Show less