Update an OSDUpdate Office Package

Update an OSDUpdate Office Package

The easiest way to do this is to execute the Update-OSDUpdatePackage PowerShell script that is included in the Package Directory

Its a rather simple PowerShell script with a single Command

New-OSDUpdatePackage -PackageName 'Office 2016 64-Bit' -PackagePath "$PSScriptRoot" -RemoveSuperseded

Which will remove any superseded Updates, and download any new ones

Last updated Tue Jun 25 2019 07:09:21 GMT+0000 (UTC)

Last updated