Created for `customer-calabria`. Installs Cloudflare WARP and adds variables for common organization configuration options. ``` # Define variables $downloadUrl = "https://downloads.cloudflareclient.com/v1/download/windows/ga" $tempDir = $env:TEMP $installerPath = Join-Path $tempDir "Cloudflare_WARP.msi" $organization = "your-team-name" # Replace with your Cloudflare Zero Trust organization name $serviceMode = "1dot1" # Gateway with DoH mode (options: warp, 1dot1, proxy, postureonly, tunnelonly) $autoConnect = 2 # Auto-reconnect after N minutes (0 = indefinite off, 1-1440 = minutes) $displayName = "display-name" # Organization display name in WARP GUI $onboarding = $false # Show privacy policy screens on first launch $switchLocked = $true # Prevent users from manually disabling WARP ```
Fleet documentation
Welcome to the documentation for Fleet, the lightweight management platform for laptops and servers.
You can also read the Fleet docs over at https://fleetdm.com/docs.
Using Fleet
Resources for using the Fleet UI, fleetctl CLI, and Fleet REST API.
Deploying
Resources for installing Fleet's infrastructure dependencies, configuring Fleet, deploying osquery to hosts, and viewing example deployment scenarios.
Contributing
If you're interested in interacting with the Fleet source code, you'll find information on modifying and building the code here.
If you have any questions, please don't hesitate to File a GitHub issue or join us on Slack. You can find us in the #fleet channel.