Skip to content

beau-witter/NetworkAnalyzer

Repository files navigation

Network Analyzer

Powershell Module that can be used to detect internet speeds, reset net adapter, and more.

Build Status

NetworkAnalyzer CI latest version

Introduction

This module is currently a solo-endeavor that contains various speed test, network resetting, nad other potential goodies that seemed interesting to have available quickly in PowerShell.

Getting Started

Clone the repository to your local machine and look for project artifacts in the following locations:

Build and Test

This project uses InvokeBuild module to automate build tasks such as running test, performing static code analysis, building the module, etc.

  • To build the module, run: Invoke-Build
  • To see other build options: Invoke-Build ?

Suggested tools