Skip to content

OSD PowerShell Modules

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

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

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

Clone this wiki locally