Install
Install the toolkit in a PowerShell 7 session, then import only the modules you need for the current task.
Install-Module CitrixTools
Import-Module CitrixTools
Get-CtxToolkitStatus
These starter notes cover installation, common commands, and the safest first run for each module.
Install the toolkit in a PowerShell 7 session, then import only the modules you need for the current task.
Install-Module CitrixTools
Import-Module CitrixTools
Get-CtxToolkitStatus
Use this first when users report slow launches, frozen apps, or inconsistent reconnect behavior.
Get-CtxSessionReport -DeliveryGroup "Engineering" -Export Html
Run a broad health check before maintenance windows or immediately after a suspected infrastructure issue.
Get-CtxFarmHealth -Quick -Include StoreFront,Licensing,VDA
Start with a preflight run. DeployKit will show blockers without making changes unless you add an apply flag.
Test-CtxDeployment -Image "Win11-Gold" -DeliveryGroup "Pilot"
Point LogLens at a folder of exported logs to build a clean incident timeline.
Convert-CtxLogs -Path ./incident-logs -Timeline
Compare two environments before migrations, DR tests, or policy cleanup work.
Compare-CtxPolicy -Source Prod -Target DR -Export Html