Skip to content

OSD PowerShell Modules

David Segura - PowerShell MVP edited this page Jun 10, 2025 · 4 revisions

In PowerShell 7, install the following modules from the PowerShell Gallery.

# Required for creating help files
Install-Module -Name platyPS -SkipPublisherCheck
# Optionally used in some of the OSDWorkspace Gallery functions
Install-Module -Name OSD -SkipPublisherCheck
# Optionally used in some of the OSDWorkspace Gallery functions
Install-Module -Name OSDCloud -SkipPublisherCheck

Clone this wiki locally