Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/MSAdministrator/PSNetStat

A PowerShell Module which recreates netstat.exe functionality
https://github.com/MSAdministrator/PSNetStat

Last synced: about 2 months ago
JSON representation

A PowerShell Module which recreates netstat.exe functionality

Awesome Lists containing this project

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
```