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
  • Install OSDUpdate
  • Update OSDUpdate

Was this helpful?

  1. Module

Install and Update

Previous2019 ArchiveNextFunctions

Last updated 5 years ago

Was this helpful?

Install OSDUpdate

The OSDUpdate Module is installed in PowerShell from the PowerShell Gallery with the following commands

Install-Module OSDUpdate
Import-Module OSDUpdate -Force

Update OSDUpdate

The easiest way to Update the OSDUpdate PowerShell Module is with the following PowerShell command

Update-ModuleOSDUpdate

This will remove previous OSDUpdate versions and install the latest. An internet connection is required as the new files are pulled from PowerShell Gallery. The commands that are used are displayed as PowerShell Warning Messages

You must close all open PowerShell sessions after updating the OSDUpdate Module. Import-OSDUpdate -Force is not enough due to the Catalog changes