# Install OSD.Workspace PowerShell Module

In PowerShell 7.5, install the OSD.Workspace PowerShell Module from the PowerShell Gallery.

Install-Module -Name OSD.Workspace -SkipPublisherCheck

Once the module is installed, you can import it into your session using the following command.

Import-Module OSD.Workspace

Additionally, you can use the following OSD.Workspace function to complete the setup of OSDWorkspace, although you will need to sort out the installation of the Windows ADK.

Install-OSDWorkspace