This article describes how to use, and the purpose, of the networktest_core Powershell script.https://drive.google.com/file/d/1r47ypxPQGNM5njXYl1v__rJ78wrxBadg/view?usp=sharing
Expand | ||
---|---|---|
| ||
This video tutorial shows the process of using Powershell v7.1 or greater and running the network test script.
...
Launch your terminal
Windows: Click the Start button and typing ‘cmd’ or ‘terminal’(if installed)
MacOS: Open Launchpad and type ‘terminal’
Linux: 🤓
Type pwsh. You should see the version returned like this…
...
Download the network test script
Extract the contents of the directory
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 folderValidate the the terminal is operating in the proper directory by running the ls or dir commands
Enter pwsh to launch Powershell within the terminal
Execute the script by entering .\networktest_core.ps1
Once the script has finished, 3 txt files will be produced in the same directory as the script
Copy the files to the necessary destination for review
...