Powershell Cmdlets for Dynamics CRM On-Premise

Leave a comment

To use the cmdlets for Dynamics CRM On-Premise, do the following.

Go to the server running the Full Server role for Dynamics CRM.

Type in:

Add-PSSnapin Microsoft.Crm.PowerShell

You can now run CRM commands. Type in:

Get-Help *Crm*

CRM will return help information on its commands:

You can then run individual commands, for example, it you want to see CRM settings, you can run a command to get a particular setting. There are many settings, which are outlined here. Let’s return the WorkflowSettings:

Get-CrmSetting WorkflowSettings

To set a setting, for example, the MaxDepth, you can do the following:

$update = Get-CrmSetting -SettingType

Now when we rerun the Get-CrmSetting WorkflowSettings we see the value has been updated:

 

Carl de Souza
Keep learning. Keep building.

Explore AI, agents & Microsoft technology.

I share practical ideas, tutorials, and videos about AI, AI agents, Microsoft technologies, and the Power Platform.

Subscribe on YouTube →
Carl de Souza Enterprise Architect at Microsoft · AI Technology Expert

Leave a Reply

Your email address will not be published. Required fields are marked *