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
In the Edit-OfficeConfigurationFile.ps1 within the Function Get-ChannelXml() is a error in line 3976.
"if ($FolderPath) {"
The variable FolderPath is every time empty, so the downloadFile variable will be true and the download from the internet starts
In the Edit-OfficeConfigurationFile.ps1 within the Function Get-ChannelXml() is a error in line 3976. "if ($FolderPath) {" The variable FolderPath is every time empty, so the downloadFile variable will be true and the download from the internet starts