Skip to content

thousandeyes/endpoint-support-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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"

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages