LogoLogo
OSDeploy.comTwitterPowerShell GalleryGitHub
  • Overview
  • OSDeploy Home
  • Module
    • Release Notes
    • Install and Update
    • Functions
      • New-OSDCatalog
      • Update-ModuleOSDCatalog
    • PowerShell Gallery
    • GitHub
  • Docs
    • WSUS Server
    • Commands
    • Proofing
Powered by GitBook
On this page
  • Install OSDCatalog
  • Update OSDCatalog

Was this helpful?

  1. Module

Install and Update

Install OSDCatalog

The OSDCatalog PowerShell Module is installed from the PowerShell Gallery. Use the following commands in PowerShell

Install-Module OSDCatalog
Import-Module OSDCatalog -Force

Update OSDCatalog

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

Update-ModuleOSDCatalog

This will remove previous versions of OSDDrivers, and install the latest version

You can also use the following commands

Uninstall-Module OSDCatalog -AllVersions -Force
Install-Module OSDCatalog
Import-Module OSDCatalog -Force
PreviousRelease NotesNextFunctions

Last updated 5 years ago

Was this helpful?