Hi everyone,
I wanted to bring to everyone’s attention the following two modules that I created to help work with site installations as well as deploying acumatica customization packages.
First off, the AcuInstallerHelper. This powershell module is a wrapper for AC.exe, and integrates with builds.acumatica.com to download and install different Acumatica versions. You can configure what directories you want the installers and the sites to install into.
https://github.com/lekker-solutions/acumatica-installerHelper
Second, the Customization project tools package. This is a powershell module that interacts with both the services.asmx as well as the rest API endpoints for managing customization projects
https://github.com/lekker-solutions/acumatica-customizationProjectTools
Both are under the MIT license, so feel free to do with them as you wish!