New-cChocoExPackageInstallFile

While all configuration files can be manually created without issue. Some initial feedback I received was that those less familiar with PowerShell may have some challenges reliably creating and maintaining those configurations. This function is still a work in progress, but at its core it will present you with let you define a package source to search for a package, set that apckage up in a cChocoEx configuration file, and repeat until completed.

New-cChocoExPackageInstallFile -Path c:\org-packages.psd1

Last updated

Was this helpful?