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
882 stars 838 forks source link

using Download-OfficeProPlusChannels with multiple languages #346

Open ievsantillan opened 5 years ago

ievsantillan commented 5 years ago

i've found that when using the Download-OfficeProPlusChannels function to download more than one language (ie: Download-OfficeProPlusChannels -Channels Current,Deferred -TargetDirectory "\server\updateshare" -Languages en-us,fr-fr -Bitness v32), you'll need to ensure that your language combination is added to the ValidateSet.

    [Parameter()]
    [ValidateSet("en-us","MatchOS","ar-sa","bg-bg","zh-cn","zh-tw","hr-hr","cs-cz","da-dk","nl-nl","et-ee","fi-fi","fr-fr","de-de","el-gr","he-il","hi-in","hu-hu","id-id","it-it",
                "ja-jp","kk-kz","ko-kr","lv-lv","lt-lt","ms-my","nb-no","pl-pl","pt-br","pt-pt","ro-ro","ru-ru","sr-latn-rs","sk-sk","sl-si","es-es","sv-se","th-th",
                "tr-tr","uk-ua","vi-vn", **"en-us,fr-fr"**)]

i am also seeing some files get missed downloading when used w/ multiple languages all i am getting is :

but what i should be getting:

ismxilxrif commented 4 years ago

maybe the script doesn't support the current server configuration as most of the work is done through the ODT Tool, plus this repo is now retired as said in the main Readme.md