LogoLogo
OSDeploy.comTwitterPowerShell GalleryGitHub
  • Overview
  • Release Notes
    • 2019 Archive
  • OSDeploy Home
  • Module
    • Install and Update
    • Functions
      • Get-OSDUpdate
      • Get-DownOSDUpdate
      • New-OSDUpdatePackage
      • Update-ModuleOSDUpdate
    • PowerShell Gallery
    • GitHub
  • Docs
    • Basics
      • Scripting with OSDUpdate
      • New OSDUpdate Office Package
      • Update an OSDUpdate Office Package
      • Update Office Setup Media
      • New OSDUpdate Servicing Stack Package
      • New OSDUpdate Windows Package
      • MDT Integration
      • MDT Deployment
      • ConfigMgr Integration and Deployment
    • Archive
      • Microsoft Office Monthly Updates
      • Microsoft Office 2016 Updates
      • Office Deployment and OSDUpdate
      • Microsoft Office MSP Install Script
Powered by GitBook
On this page

Was this helpful?

  1. Docs
  2. Basics

Update an OSDUpdate Office Package

PreviousNew OSDUpdate Office PackageNextUpdate Office Setup Media

Last updated 5 years ago

Was this helpful?

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)