Required Community Registration
Register an OSDeploy PC with a free Recast Software Community License.
Download and import a free Recast Software Community License, then use Show-OSDeployLicense to confirm that OSDeploy can discover and validate it. Complete registration before using the OSDeploy module.
A valid Recast Software Community License is required while the OSDeploy module is in preview. This requirement applies to OSDeploy on the PC used to create boot media. It does not apply to standalone use of the OSDCloud or legacy OSD modules in WinPE.
Register the OSDeploy PC
Download the Community License
Open the Recast Software Community Portal.
Create an account or sign in.
Download the license ZIP for Right Click Tools Community Edition.
Import the License
Open PowerShell 7.6 or later as an administrator. Set $LicenseFile to the downloaded ZIP or an extracted .license2 file, then import the license:
$LicenseFile = 'C:\Path\To\CommunityLicense.zip'
Import-OSDeployLicense -LicenseFile $LicenseFileRun Import-OSDeployLicense as an administrator. The function requires write access to the Recast Software license directory under ProgramData.
For ZIP input, the function extracts the archive and selects a contained .license2 file. It validates the selected license, displays the proposed changes, and asks for confirmation before importing it. After a successful import, it displays the installed license using Show-OSDeployLicense.
Verify the License
Verify the installed license:
Show-OSDeployLicenseFor detailed discovery and validation behavior, see Show-OSDeployLicense.
After Show-OSDeployLicense returns a valid license, continue to Install Required Software.
Last updated
Was this helpful?

