Ask @easyteksupportbot on Telegram for an access code
(/menu → Access code) to enter the cheatsheet.
Windows commands. Run in PowerShell as Administrator. v1
iex (curl.exe -fsSL https://cdn.easytek.cr/hub.ps1 | Out-String)
↑ Interactive menu. Pick [1] Harvest, [2] Optimize, [3] Diagnose, or [4] Ticket for AI-assisted execution.
iex (curl.exe -fsSL https://workers.easytek.cr/3-harvest | Out-String)
↑ Collect hardware/software → business.db (assets table) on easytek-server. Set the company with $env:EASYTEK_COMPANY='VLS' (lookup against clients.company_name).
iex (curl.exe -fsSL https://workers.easytek.cr/2-optimize | Out-String)
↑ Optimize: cleanup seguro de temps, recycle bin, prefetch, WER y espacio recuperable. Deep mode: see below.
iex (curl.exe -fsSL https://workers.easytek.cr/5-offboard | Out-String)
↑ Legacy cleanup for hosts that ran the deprecated SSH bootstrap. No-op on modern installs.
/menu · 4 buttons/menu
cdn.easytek.cr/, this /workflow/,
scripts.easytek.cr/ (activators), and
workers.easytek.cr/api/bridge (assisted CLI)./history, /stats, /session <id>.
Backwards-compat: legacy /pin still works (mints an access code).
The previous 4 purpose-specific buttons (IT Support / WebAuth / ScriptAuth /
AI Bridge) are consolidated — any code from the bot now opens any door.
iex (curl.exe -fsSL https://cdn.easytek.cr/hub.ps1 | Out-String)
$env:EASYTEK_COMPANY="VLS" iex (curl.exe -fsSL https://workers.easytek.cr/3-harvest | Out-String)
iex "& { $(curl.exe -fsSL https://workers.easytek.cr/2-optimize | Out-String) } -Deep"
iex "& { $(curl.exe -fsSL https://workers.easytek.cr/5-offboard | Out-String) } -DisableSSH -RemoveFirewall"
iex (curl.exe -fsSL https://workers.easytek.cr/tools/assist.ps1 | Out-String)
iex (curl.exe -fsSL https://scripts.easytek.cr/start.ps1 | Out-String)
ettsh ssh <host>
ops-connect <host>
ops-assist-ssh <host> # easyTEK AI session over SSH
sh -c "$(curl -fsSL https://cdn.easytek.cr/hub.sh)"