PowerShell – Automation Process from Dynamics CRM 2011

I am responsible for deploying our customized multiple Dynamics CRM environments. What I want to do is to automate the process of exporting the default solution to the file system. From there I can compare different environments The solution.

Is there a way to do this through PowerShell or Dynamics SDK?

The CRM 2011 SDK contains the methods of Export and Import solutions. The export target is in the file system zip file.

I am responsible for deploying our customized multiple Dynamics CRM environments. What I want to do is to automate the process of exporting the default solution to the file system. From there I can compare Solutions from different environments.

Is there a way to do this through PowerShell or Dynamics SDK?

The CRM 2011 SDK contains methods for Export and Import solutions. The export target is a zip file in the file system.

Leave a Comment

Your email address will not be published.