Skip to content

Windows Installation

Assumes you have completed Prerequisites. Use PowerShell 7 (pwsh), not Windows PowerShell 5.1.

1. Install platform prerequisites

.\scripts\prereqs-windows.ps1

Windows setup prefers a TPM-backed CNG key and falls back to a software-protected key when TPM provisioning is unavailable.

2. Create a fresh identity chain

pwsh -File scripts/setup-windows.ps1 -NewChain -UpnSuffix workstation

For an existing Blueprint:

pwsh -File scripts/setup-windows.ps1 -UseBlueprint <blueprint-app-id>

See scripts/setup-windows.ps1 reference for the full option list.

Next step

Continue to Verify Your Agent Identity.