OSD Recommended PowerShell Modules - OSDeploy/OSD.Workspace GitHub Wiki
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