Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/extremepro11299/powershell-networking-tool
This is the Powershell version of my CMD networking tool.
https://github.com/extremepro11299/powershell-networking-tool
netstat network-troubleshooting networking ping powershell powershell-scripts ps1-scripts pwsh tracert windows windows-7 windows-server-2008
Last synced: 28 days ago
JSON representation
This is the Powershell version of my CMD networking tool.
- Host: GitHub
- URL: https://github.com/extremepro11299/powershell-networking-tool
- Owner: ExtremePro11299
- License: mit
- Created: 2023-05-27T16:03:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T07:55:33.000Z (6 months ago)
- Last Synced: 2024-05-11T08:47:24.043Z (6 months ago)
- Topics: netstat, network-troubleshooting, networking, ping, powershell, powershell-scripts, ps1-scripts, pwsh, tracert, windows, windows-7, windows-server-2008
- Language: PowerShell
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
Required disk space: 42.4KB
---
Supported OS:
- Windows 7 or newer (tested successfully)
- Windows server 2008 R2 or newer (not tested)
- Linux? (not tested)[![script](https://img.shields.io/github/actions/workflow/status/ExtremePro11299/Powershell-networking-tool/powershell.yml?label=PowerShellScriptAnalysis&logo=Powershell)](https://github.com/ExtremePro11299/Powershell-networking-tool/actions?workflow=PSScriptAnalyzer)
![License](https://custom-icon-badges.demolab.com/github/license/ExtremePro11299/Powershell-networking-tool?logo=law)
All of these commands are built-in to windows
by default. This tool arranges the networking
Powershell commands into an easily accessible environment.This is the Powershell version of my [CMD networking tool](https://github.com/ExtremePro11299/CMD-networking-tool).
You have to set your [execution policy](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.3) to RemoteSigned and then use the program's "Unblock scripts" feature.
> The Unblock scripts feature currently does not work on Windows 7. It says cmdlet not found.In this version, you cannot save results to a file as that feature in this version is bugged. In CMD it automatically chooses the location in which the file is in, but Powershell does not seem to do that. So the scripts cannot access the **SavedResults** folder.
# Updates (newest to oldest)
- Made exit options more detailed (eg. **Exit netstat module** instead of **Exit**)
- Added clear to the scripts to reduce visual clutter
- Fixed a bug in Pingtest.ps1
# Help
## Notes
- It is recommended to switch on show file extensions.
- DO NOT RENAME ANY OF THE FILES OR IT WILL NOT WORK.
## Errors
- ### Cannot run Powershell script
- Set the [execution policy](https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.3) to RemoteSigned or Bypass
- Use the program's "Unblock scripts" feature
If no solution works for you, please [open an issue](https://github.com/ExtremePro11299/Powershell-networking-tool/issues/new?assignees=&labels=documentation&projects=&template=new-solution-to-an-error.md&title=New+solution+to+an+error).
If your error isn't listed here, please [open an issue](https://github.com/ExtremePro11299/Powershell-networking-tool/issues/new?assignees=&labels=documentation&projects=&template=new-error.md&title=New+error).