Get from download to first report quickly.

These starter notes cover installation, common commands, and the safest first run for each module.

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

Session Scout

Use this first when users report slow launches, frozen apps, or inconsistent reconnect behavior.

Get-CtxSessionReport -DeliveryGroup "Engineering" -Export Html

Farm Pulse

Run a broad health check before maintenance windows or immediately after a suspected infrastructure issue.

Get-CtxFarmHealth -Quick -Include StoreFront,Licensing,VDA

DeployKit

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"

LogLens

Point LogLens at a folder of exported logs to build a clean incident timeline.

Convert-CtxLogs -Path ./incident-logs -Timeline

Policy Auditor

Compare two environments before migrations, DR tests, or policy cleanup work.

Compare-CtxPolicy -Source Prod -Target DR -Export Html
Thanks! We'll be in touch.