A repository of PowerShell scripts I've knocked together
The same output can be generated using List-Scripts
| Script Name | Synopsis |
|---|---|
| Get-GeoIP | Displays Geographic Info for a given IP Address. |
| Get-Hashes | Calculates and displays supported hashes for a specified file, with optional VirusTotal search. |
| Get-IPInfo | Displays information for a given IP Address. |
| Get-TCPConnections | Lists local listening TCP connections by port and process name |
| List-Scripts | Lists all scripts within the current directory. |
| Set-ErrorColor | Change the ERROR and WARNING text colour inside the terminal |
| Show-Colors | Shows a full MS PowerShell terminal colour chart with key. |
| Show-Quote | Displays a random quote from a quotes.txt file. |
| Show-WarningColors | Test and display different colour combinations for ERROR and WARNING text |
| Test-HostConnection | Pings machines every 10s and shows colourful online status. |