-
Notifications
You must be signed in to change notification settings - Fork 105
Description
Describe the bug
When try to run " irm http://10.0.2.170:7655/install-host-agent.ps1 | iex" on Admin powershell it would just exit with now error. So ran it after " PowerShell -NoExit" I would get this error.
PS C:\WINDOWS\system32> irm http://10.0.2.170:7655/install-host-agent.ps1 | iex
Enter Pulse server URL (e.g., http://pulse.example.com:7656): http://10.0.2.170:7656
e[33m⚠ No API token provided - agent will attempt to connect without authenticatione[0m
Continue without token? (y/N): n
Enter API token: f97ecf208ff3a0e75fb0c906393101d50d4047e7a15583698c3c34f8b8e6d998
e[34mℹ Configuration:e[0m
Pulse URL: http://10.0.2.170:7656
Token: ***d998
Interval: 30s
Install Path: C:\Program Files\Pulse
e[31m✗ Unsupported architecture: e[0m
PS C:\WINDOWS\system32>
To Reproduce
On windows 11:
run powershell as administrator.:
PowerShell -NoExit
irm http://10.0.2.170:7655/install-host-agent.ps1 | iex
Enter Pulse server URL (e.g., http://pulse.example.com:7656): http://10.0.2.170:7656
Continue without token? (y/N): n
Enter API token: f97ecf208ff3a0e75fb0c906393101d50d4047e7a15583698c3c34f8b8e6d998
Expected behavior
What you expected to happen.
Environment:
- Pulse | Version: [4.31.0]
- Installation Type: Windows host Agent on windows 11 VM
Additional context
PS C:\WINDOWS\system32> (Get-CimInstance -ClassName Win32_OperatingSystem).OSArchitecture
64-bit
💡 Tip: If you're experiencing connection issues, API errors, or missing data, you can attach diagnostics from Settings → Diagnostics tab → Export for GitHub (sanitized version)