I am responsible for multiple Dynamics CRM environments where we have our customizations deployed. What I would like to do is automate the process of exporting the default solution to the file system. From there I can compare the solutions from different environments.
Is there a way to do this via PowerShell or perhaps the Dynamics SDK?
The CRM 2011 SDK includes methods to Export and Import solutions. When exporting the destination is a zip file in the file system.