├── LICENSE ├── Modules └── GetNetStat │ └── 1.1.0 │ ├── GetNetStat.psd1 │ ├── GetNetStat.psm1 │ ├── connection.format.ps1xml │ └── connectionOrigin.format.ps1xml └── README.md /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasPSP/GetNetStat/HEAD/LICENSE -------------------------------------------------------------------------------- /Modules/GetNetStat/1.1.0/GetNetStat.psd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasPSP/GetNetStat/HEAD/Modules/GetNetStat/1.1.0/GetNetStat.psd1 -------------------------------------------------------------------------------- /Modules/GetNetStat/1.1.0/GetNetStat.psm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasPSP/GetNetStat/HEAD/Modules/GetNetStat/1.1.0/GetNetStat.psm1 -------------------------------------------------------------------------------- /Modules/GetNetStat/1.1.0/connection.format.ps1xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasPSP/GetNetStat/HEAD/Modules/GetNetStat/1.1.0/connection.format.ps1xml -------------------------------------------------------------------------------- /Modules/GetNetStat/1.1.0/connectionOrigin.format.ps1xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasPSP/GetNetStat/HEAD/Modules/GetNetStat/1.1.0/connectionOrigin.format.ps1xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TobiasPSP/GetNetStat/HEAD/README.md --------------------------------------------------------------------------------