PowerShell Universal Network Template Feedback

I want to make a PSU network tool template. I have some basic knowledge of network tools but would love to hear some feedback.

What do you want in a network tool? I’m thinking:

Looks great!
If it’s targeting a machine you can get the active network card from it also and the network card driver. Ip and MAC address also.
Using winrm ofc.

1 Like

Dunno if it’s supported in Core but I use Test-NetConnection a lot for testing specific ports.
The option to choose what DNS server is being used would also be essential if you are checking stuff in split DNS scenarios.

2 Likes