LogoLogo
OSDeploy.comTwitterPowerShell GalleryGitHub
  • Overview
  • OSDeploy Home
  • Module
    • Release Notes
    • Install and Update
    • Functions
      • Get-OSDSoftware
      • Update-ModuleOSDSoftware
    • PowerShell Gallery
    • GitHub
Powered by GitBook
On this page
  • Install OSDSoftware
  • Update OSDSoftware

Was this helpful?

  1. Module

Install and Update

Install OSDSoftware

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

Install-Module OSDSoftware
Import-Module OSDSoftware -Force

Update OSDSoftware

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

Update-ModuleOSDSoftware

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

You can also use the following commands

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

Last updated 5 years ago

Was this helpful?