Skip to content

list-network-connections

Lists network connections

#Requires -Version 5.1

try {
	& netstat -n
	exit 0
} catch {
throw
}

This script has no configurable parameters.

An interactive directory of PowerShell scripts.