Skip to content

OSD PowerShell Modules

Michael Escamilla edited this page Sep 5, 2025 · 4 revisions

Walkthrough Video

Below is a video walkthrough of the steps on this page:

OSDWorkspace Prerequisites: PowerShell Modules

Quick Setup

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