Last time I showed how to write a function that replaces the current PowerShell 6/7 Test-Connection. This time I’ll show you how to do the Test-Connection formatting.
Using just the function you get something like this:
PS> test-connection -computername… Read the full text.