{"id":14976778,"url":"https://github.com/extremepro11299/powershell-networking-tool","last_synced_at":"2026-02-11T21:02:46.402Z","repository":{"id":170090099,"uuid":"646202093","full_name":"ExtremePro11299/Powershell-networking-tool","owner":"ExtremePro11299","description":"This is the Powershell version of my CMD networking tool.","archived":false,"fork":false,"pushed_at":"2024-05-11T07:55:33.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-30T09:09:38.490Z","etag":null,"topics":["netstat","network-troubleshooting","networking","ping","powershell","powershell-scripts","ps1-scripts","pwsh","tracert","windows","windows-7","windows-server-2008"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ExtremePro11299.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-27T16:03:27.000Z","updated_at":"2024-05-11T07:55:36.000Z","dependencies_parsed_at":"2024-04-03T19:43:05.899Z","dependency_job_id":"c779f58f-430b-4f80-a570-8516fea17c18","html_url":"https://github.com/ExtremePro11299/Powershell-networking-tool","commit_stats":null,"previous_names":["extremepro11299/powershell-networking-tool"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ExtremePro11299/Powershell-networking-tool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtremePro11299%2FPowershell-networking-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtremePro11299%2FPowershell-networking-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtremePro11299%2FPowershell-networking-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtremePro11299%2FPowershell-networking-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExtremePro11299","download_url":"https://codeload.github.com/ExtremePro11299/Powershell-networking-tool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtremePro11299%2FPowershell-networking-tool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274026707,"owners_count":25209739,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-07T02:00:09.463Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["netstat","network-troubleshooting","networking","ping","powershell","powershell-scripts","ps1-scripts","pwsh","tracert","windows","windows-7","windows-server-2008"],"created_at":"2024-09-24T13:54:26.842Z","updated_at":"2026-02-11T21:02:46.362Z","avatar_url":"https://github.com/ExtremePro11299.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\r\nRequired disk space: 42.4KB\r\n---\r\nSupported OS:\r\n- Windows 7 or newer (tested successfully)\r\n- Windows server 2008 R2 or newer (not tested)\r\n- Linux? (not tested)\r\n\r\n[![script](https://img.shields.io/github/actions/workflow/status/ExtremePro11299/Powershell-networking-tool/powershell.yml?label=PowerShellScriptAnalysis\u0026logo=Powershell)](https://github.com/ExtremePro11299/Powershell-networking-tool/actions?workflow=PSScriptAnalyzer)\r\n![License](https://custom-icon-badges.demolab.com/github/license/ExtremePro11299/Powershell-networking-tool?logo=law)  \r\nAll of these commands are built-in to windows\r\nby default. This tool arranges the networking\r\nPowershell commands into an easily accessible environment.  \r\n\r\nThis is the Powershell version of my [CMD networking tool](https://github.com/ExtremePro11299/CMD-networking-tool).\r\nYou 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. \r\n\u003e The Unblock scripts feature currently does not work on Windows 7. It says cmdlet not found.\r\n\r\nIn 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.\r\n# Updates (newest to oldest)\r\n- Added an option to change execution policy from within the program\r\n- Made exit options more detailed (eg. **Exit netstat module** instead of **Exit**)\r\n- Added clear to the scripts to reduce visual clutter\r\n# Help\r\n## Notes\r\n- It is recommended to switch on show file extensions.\r\n- DO NOT RENAME ANY OF THE FILES OR IT WILL NOT WORK.\r\n  \r\n## Errors\r\n   \r\n- ### Cannot run Powershell script\r\n- 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\r\n- Use the program's \"Unblock scripts\" feature\r\n  \r\nIf no solution works for you, please [open an issue](https://github.com/ExtremePro11299/Powershell-networking-tool/issues/new?assignees=\u0026labels=documentation\u0026projects=\u0026template=new-solution-to-an-error.md\u0026title=New+solution+to+an+error).  \r\n  \r\nIf your error isn't listed here, please [open an issue](https://github.com/ExtremePro11299/Powershell-networking-tool/issues/new?assignees=\u0026labels=documentation\u0026projects=\u0026template=new-error.md\u0026title=New+error).\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextremepro11299%2Fpowershell-networking-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextremepro11299%2Fpowershell-networking-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextremepro11299%2Fpowershell-networking-tool/lists"}