Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
在無法使用 PowerShell 或手動安裝的環境中,使用 ImmyBot、Action1、NinjaOne 等第三方工具部署 Gorelo Agent。
前往 Library > Upload。
在 Installer 步驟:
在 Software 步驟:
Version Detection:
複製貼上指令稿:
$registryPath = "HKLM:\SOFTWARE\Gorelo" $valueName = "AgentVersion" try { $version = Get-ItemPropertyValue -Path $registryPath -Name $valueName -ErrorAction Stop Write-Output $version } catch { Write-Error "Unable to read version: $($_.Exception.Message)" exit 1 }
Installation
在版本步驟中輸入:
點擊 Create。
建立 Gorelo 安裝指令稿。
GoreloInstall.ps1
建立佈建套件。
powershell.exe -executionpolicy bypass -file "goreloinstall.ps1"
在 Add certificates 點擊 Next 以略過。
點擊 Create 產生 PPKG。
在 OOBE 期間套用 PPKG,或直接雙擊套用。
新增 Intune 平台指令稿。
Was this page helpful?
Contact support