Note This module has yet to be completed or published to the gallery, but the repository has been set to public. Some docs/imports may not be accurate or function properly.
A basic cross-platform script module containing network utilities.
You can install the module from the PowerShell Gallery.
# Install using Microsoft.PowerShell.PSResourceGet module, which is PowerShellGet's successor.
Install-PSResource -Name PSNetworkUtils -Repository PSGallery
# Install using PowerShellGet module, which is no longer in active development.
# Install-Module -Name PSNetworkUtils -Repository PSGalleryOnce you've imported the module, get started by using Get-Command -Module PSNetworkUtils to discover the functions, or by reading the docs.
Please ⭐ star this repository if it is helpful. Constructive feedback is always welcome, as are pull requests. Feel free to open an issue on the repository if needed or send me a message on Signal.

