Skip to content

list-network-routes

Lists network routes

#Requires -Version 5.1

try {
	& route print
	exit 0
} catch {
throw
}

This script has no configurable parameters.

An interactive directory of PowerShell scripts.