mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 00:18:27 +00:00
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 ``` |
||
|---|---|---|
| .. | ||
| downloadCloudflareWARP.ps1 | ||
| hide Windows Insider settings page – [HideInsiderPage].ps1 | ||
| prevent uninstall or modification of Fleet osquery – [NoRemove, NoModify].ps1 | ||
| set screen saver grace period – [ScreenSaverGracePeriod].ps1 | ||
| trigger scep enrollment.ps1 | ||
| turn-on-mdm-notification.ps1 | ||