OSDeploy PSModule and site pages are currently in preview until mid-September
For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Register the OSDeploy PC

1

Download the Community License

  1. Open the Recast Software Community Portal.

  2. Create an account or sign in.

  3. Download the license ZIP for Right Click Tools Community Edition.

2

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 $LicenseFile

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.

3

Verify the License

Verify the installed license:

Show-OSDeployLicense

For 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?