PingIt

0.0.5

Ping-like functionality that also has the capability to track outages and latency issues.

The owner has unlisted this package. This could mean that the module is deprecated or shouldn't be used anymore.

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PingIt -RequiredVersion 0.0.5

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PingIt -Version 0.0.5

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) mattf. All rights reserved.

Package Details

Author(s)

  • mattf

Tags

Ping Icmp Network Diagnostics Troubleshooting Linux Windows

Functions

Invoke-PingIt

Dependencies

This module has no dependencies.

Release Notes

## 0.0.5
* Updated manifest's tags

## 0.0.4
* In some instances, summary output was not being output when Ctrl-C was pressed. The problem seems to have been that
TreatControlCAsInput was a script-level variable. Moving its handling into Invoke-PingIt seems to have rectified the issue

## 0.0.3
* intermittently, final summary and stats data were not showing up, so that logic was moved inside of the try block
* added ErrorAction = SilentlyContinue to the calls to Test-Connection

## 0.0.2
* tightened up the resolve destination functionality to be more uniform in the event of errors
* other minor tweaks

## 0.0.1
Initial Release
* Works on both Windows and Linux
 ** On Linux, sudo is required due to Test-Connection being broken on Linux
    see https://github.com/MicrosoftDocs/PowerShell-Docs/issues/8684

FileList

Version History

Version Downloads Last updated
0.0.9 360 1/1/2024
0.0.8 21 6/20/2023