Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 780 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 780 Bytes

ThousandEyes Endpoint Agent Support Tools

PowerShell script to install, re-install or upgrade ThousandEyes Endpoint Agent with support for TCP network tests. The script can be invoked with a command line like the following:

powershell.exe -ExecutionPolicy Bypass -NoProfile ^
    -File .\Path\To\Install-EndpointAgentTcpNetworkTests.ps1 ^
    -InstallerFilePath ".\Path\To\Endpoint Agent for Acme Enterprises-x64-1.80.0.msi"

The equivalent command, all one one line:

powershell.exe -ExecutionPolicy Bypass -NoProfile -File .\Path\To\Install-EndpointAgentTcpNetworkTests.ps1 -InstallerFilePath ".\Path\To\Endpoint Agent for Acme Enterprises-x64-1.80.0.msi"