Mark McGookin
Mark McGookin

Reputation: 1042

Is it possible to add and configure Dynamics CRM workflows with Powershell

Is it possible to deploy a managed solution to Microsoft Dyanamics CRM 2013/2015 with plugin assemblies via the UI, then use a PowerShell script to add workflows, and steps?

Upvotes: 1

Views: 433

Answers (1)

Kye
Kye

Reputation: 6249

Short answer: Yes.

Long answer: Yes - but you need to create .NET cmdlets which access CRM service which Powershell can run.

If you don't want to roll your own solution, this make be of use. http://waelhamze.com/2013/08/20/automated-crm-deployments-powershell/

Upvotes: 1

Related Questions