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
  • CollectUpdates.vbs
  • Get-OSDUpdateDownloads
  • Get-OSDUpdateDownloads Usage

Was this helpful?

  1. Docs
  2. Archive

Microsoft Office 2016 Updates

CollectUpdates.vbs

You are probably used to using Microsoft's CollectUpdate.vbs for keeping your Office Updates directory current but this requires the following steps:

  1. Create Test Computer

  2. Install Office

  3. Update Office (WSUS, SCCM, Windows Update)

  4. Gather Updates using CollectUpdates.vbs

If you are in an environment that supports multiple Versions and Architectures of Microsoft Office, you will need to repeat this process for each Office Version/Architecture

Get-OSDUpdateDownloads

This function will download Microsoft Office Updates. Read about the function at this link

Get-OSDUpdateDownloads Usage

Let's get some parameters out of the way first

  • CatalogOffice

    • Select the Microsoft Office version you are working with. In this case I have selected Office 2016 64-Bit

  • OfficeProfile

    • This is also known as a Selection Profile. The default is configured for en-US, but you can start with this Selection and change later

  • RepositoryRootPath

    • The updates are in CAB format and must be expanded to MSP files, so consider this a Repository. This directory should NOT be part of your package, but saving files in here will speed up re-downloading Updates in the future

  • OfficeSetupUpdatesPath

    • This is the Updates Directory in your Microsoft Office installation. MSP files placed in this directory (root) will be applied during your Microsoft Office installation

    • You should empty this directory first

And that's it. All the MSP files you need will be downloaded and exported into your Office Setup Updates directory for easy deployment

​

PreviousMicrosoft Office Monthly UpdatesNextOffice Deployment and OSDUpdate

Last updated 5 years ago

Was this helpful?