-
Notifications
You must be signed in to change notification settings - Fork 8
OSD PowerShell Modules
Michael Escamilla edited this page Sep 5, 2025
·
4 revisions
Below is a video walkthrough of the steps on this page:
OSDWorkspace Prerequisites: PowerShell Modules
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