Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This article describes how to use, and the purpose, of the networktest_core Powershell script.

Expand
titleVideo Tutorial
network_script.mp4

This video tutorial shows the process of using Powershell v7.1 or greater and running the network test script.

...

  1. Launch your terminal

    1. Windows: Click the Start button and typing ‘cmd’ or ‘terminal’(if installed)

    2. MacOS: Open Launchpad and type ‘terminal’

    3. Linux: 🤓

  2. Type pwsh. You should see the version returned like this…

...

  1. Download the network test script

  2. Extract the contents of the directory

  3. Open a terminal in the directory you extracted the files to
    For example: In Windows, if you have Windows Terminal installed, you can open the terminal to your active folder

  4. Validate the the terminal is operating in the proper directory by running the ls or dir commands

    Image RemovedImage Added
  5. Enter pwsh to launch Powershell within the terminal

  6. Execute the script by entering .\networktest_core.ps1

    Image RemovedImage Added
  7. Once the script has finished, 3 txt files will be produced in the same directory as the script

  8. Copy the files to the necessary destination for review

...