OSDeploy.com
Twitter
PowerShell Gallery
GitHub
Search…
Overview
OSDeploy Home
Module
Release Notes
Install and Update
Functions
PowerShell Gallery
GitHub
Docs
WSUS Server
Commands
Proofing
Powered By
GitBook
Install and Update
Install OSDCatalog
The
OSDCatalog
PowerShell Module is installed from the
PowerShell Gallery
. Use the following commands in PowerShell
1
Install-Module OSDCatalog
2
Import-Module OSDCatalog -Force
Copied!
Update OSDCatalog
The easiest way to Update the
OSDCatalog
PowerShell Module is with the following
PowerShell
command
1
Update-ModuleOSDCatalog
Copied!
This will remove previous versions of
OSDDrivers
, and install the latest version
You can also use the following commands
1
Uninstall-Module OSDCatalog -AllVersions -Force
2
Install-Module OSDCatalog
3
Import-Module OSDCatalog -Force
Copied!
Module - Previous
Release Notes
Next - Module
Functions
Last modified
2yr ago
Copy link
Contents
Install OSDCatalog
Update OSDCatalog