Appearance
Lists network connections
#Requires -Version 5.1 try { & netstat -n exit 0 } catch { throw }
This script has no configurable parameters.