Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

PSNetworkUtils

A basic cross-platform script module containing network utilities.

Getting Started

Get the Module

PSGallery Version PSGallery Downloads

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 PSGallery

Explore Functions

Once you've imported the module, get started by using Get-Command -Module PSNetworkUtils to discover the functions, or by reading the docs.

Feedback

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.

Contributors

Languages