What is Evergreen and how can it be used?
mainEvergreen is a PowerShell module designed to automate software deployments by providing the latest version numbers and download URLs for common Windows applications. It is particularly useful for:
- Image Creation: Using tools like Hashicorp Packer to ensure images contain the latest application versions.
- Endpoint Management: Keeping Microsoft Endpoint Manager (Configuration Manager or Microsoft Intune) up to date.
- Installer Libraries: Regularly downloading and storing current application installers in a structured directory.
- Package Manager Manifests: Constructing manifests for
Winget,Chocolatey, or similar tools by retrieving version and URL data in a structured object format.