OfficeDev / Office-IT-Pro-Deployment-Scripts

A collection of useful PowerShell scripts to make deploying Office 2016 and Office 365 ProPlus easier for IT Pros and administrators. If you have any feature requests or ideas for future scripts please add the idea to the issues list in this repository
http://officedev.github.io/Office-IT-Pro-Deployment-Scripts
MIT License
887 stars 841 forks source link

New channel names break the CM program name limit #279

Open calebfinley opened 7 years ago

calebfinley commented 7 years ago

When using the Setup-CMOfficeDeployment script, the create-cmofficedeploymentprogram breaks when you use the options -Channel SemiAnnual -Bitness v64 -DeploymentType DeployWithConfigurationFile It kicks an error letting you know the name needs to be between 1 and 50 chars. If I use the "DeployWithScript" option it is under the limit and creates the program as expected.