https://github.com/MSAdministrator/PSNetStat
A PowerShell Module which recreates netstat.exe functionality
https://github.com/MSAdministrator/PSNetStat
Last synced: 5 days ago
JSON representation
A PowerShell Module which recreates netstat.exe functionality
- Host: GitHub
- URL: https://github.com/MSAdministrator/PSNetStat
- Owner: MSAdministrator
- License: mit
- Created: 2018-02-04T03:39:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T02:12:22.000Z (over 6 years ago)
- Last Synced: 2025-04-03T18:22:34.894Z (12 days ago)
- Language: PowerShell
- Size: 4.88 KB
- Stars: 35
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - MSAdministrator/PSNetStat - A PowerShell Module which recreates netstat.exe functionality (PowerShell)
README
# PSNetStat
A PowerShell Module which recreates netstat.exe functionality## Example
Load this module by navigating to the directory and running:
```powershell
Import-Module ./PSNetStat.psm1
```To run this Module, please type in the following:
```powershell
Get-NetStat
```