-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
16 lines (13 loc) · 795 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# PISS
Powershell Interval Speedtest Script (PISS)
Download Cross-Platform Powershell for your Operating System
https://github.com/PowerShell/PowerShell/releases
https://docs.microsoft.com/en-us/powershell/scripting/install/installing-powershell?view=powershell-7
Automated your speeds tests from Windows or Redhat/Fedora Linux
View Run-PISS.ps1 documentation (inside the script) for more details.
If you are on a linux system, powershell will need to run as sudo in order to install the speedtest package if its not installed already.
Windows does not need elevated permissions to run.
Once powershell core is launched (pwsh), navigate to the location of this script.
Import the function by using the following
pwsh PathTo\Run-Piss.ps1
Then you can run the function as if it were a Cmdlet.