🧰 装机场景包

把脚本和软件按真实维护场景组织,一条命令进入对应工作流。

首页Profiles API

办公电脑包

关键词:Chrome, WeChat, WPS, Adobe, 7-Zip, Everything

powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/profile/office.ps1 -UseB | iex"
bash <(curl -fsSL https://dl.unvmax.com/profile/office.sh)

网管排障包

关键词:security, firewall, httpdiag, netcheck, port-scanner, healthcheck

powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/profile/admin.ps1 -UseB | iex"
bash <(curl -fsSL https://dl.unvmax.com/profile/admin.sh)

开发者包

关键词:PowerShell, Docker, WSL, developer, env

powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/profile/developer.ps1 -UseB | iex"
bash <(curl -fsSL https://dl.unvmax.com/profile/developer.sh)

远程维护包

关键词:RustDesk, diagnostics, sysinfo, healthcheck, netcheck

powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/profile/remote-support.ps1 -UseB | iex"
bash <(curl -fsSL https://dl.unvmax.com/profile/remote-support.sh)

服务器巡检包

关键词:max-sysinfo, max-security, max-httpdiag, max-netstat, server-health

powershell -ExecutionPolicy Bypass -NoProfile -Command "iwr https://dl.unvmax.com/profile/server.ps1 -UseB | iex"
bash <(curl -fsSL https://dl.unvmax.com/profile/server.sh)