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