Skip to main content

Internet Speed - Audit

Summary

This document describes how to run an internet speed test using the Ookla SpeedTest CLI application.

Sample Run

Sample Run 1

Sample Run 2

Dependencies

Download Test-InternetSpeed.ps1

Task Creation

Create a new Script Editor style script in the system to implement this task.

Task Creation

Task Creation Step 2

Name: Internet Speed - Audit
Description: Runs an internet speed test via the Ookla SpeedTest CLI application.
Category: Custom

Task Creation Step 3

Task

Navigate to the Script Editor section and start by adding a row. You can do this by clicking the Add Row button at the bottom of the script page.

Add Row

A blank function will appear.

Blank Function

Row 1 Function: PowerShell Script

Search and select the PowerShell Script function.

Select PowerShell Script

The following function will pop up on the screen:

PowerShell Function

Paste in the following PowerShell script and set the expected time of script execution to 600 seconds. Click the Save button.

PowerShell Script

Row 2: Function: Script Log

In the script log message, simply type %output% so that the script will send the results of the PowerShell script above to the output on the Automation tab for the target device.

Script Log

Completed Task

Completed Task

Output

  • Script Log

Changelog

2025-04-10

  • Initial version of the document