Microsoft.Xrm.Data.PowerShell icon indicating copy to clipboard operation
Microsoft.Xrm.Data.PowerShell copied to clipboard

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 suc...

Results 36 Microsoft.Xrm.Data.PowerShell issues
Sort by recently updated
recently updated
newest added

I am using Set-CrmRecord to update the organization entity from a JSON file.. after a few false starts (mainly because JSON doesn't have a datetime data type) I got my...

Hi ! I have a problem with the approval of mailboxes. No error message, but variable isemailaddressapprovedbyo365admin does not change. No problem with same account from GUI. (note : our...

Hi, i would like to create a script for setting System Settings for all new Environments. As an example I'm not able to set the System Setting "Qualify lead experience"....

HowTo/Question

You want to update the example as WS-trust authentication is deprecated to: (Online - use oAuth and XrmTooling Ui by providing your UPN and the enviroment url) connect-crmonline -Username "[email protected]"...

HowTo/Question
BLOCKED

I'm getting this error when attempting to connect to an organization while using PowerShellv7. There are no issues when running from PowerShellv5. ``` The term 'Get-CrmConnection' is not recognized as...

duplicate
BLOCKED
Service/Product Issue

We are using Powershell and github actions to export a solution: **Github Action** ``` - name: Export Managed Solution File run: | ./pipeline/export-solution -CrmUrl ${{ env.DEV_ENVIRONMENT_URL }} -ClientId ${{ env.DEV_CLIENT_ID...

HowTo/Question

My company is moving towards using Azure AD privileged account (https://docs.microsoft.com/en-us/azure/active-directory/privileged-identity-management/pim-configure) and I found out the mailbox activation command doesn't work successfully if we use privileged account. The script (Set-CrmUserMailbox)...

HowTo/Question

On Windows Server 2012 R2 with PowerShell 4.0 we had to downgrade the module from v2.8.14 to v2.8.11 because we started receiving the following error when fetching CRM data: System.Management.Automation.RuntimeException:...

HowTo/Question

It would be nice to have New-CrmOptionSetValue be extended to handle multiselect option sets, which are setup in D365 to allow multiple options to be selected in the same record/field....

enhancement