Thanks to visit codestin.com
Credit goes to github.com

Skip to content

autosysops/PowerShell_AzNetworkLatency

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AzNetworkLatency

example workflow PowerShell Gallery

PowerShell module to determine the network latency between two Azure regions.

Installation

You can install the module from the PSGallery by using the following command.

Install-Module -Name AzNetworkLatency

Or if you are using PowerShell 7.4 or higher you can use

Install-PSResource -Name AzNetworkLatency

Usage

To use the module first import it.

Import-Module -Name AzNetworkLatency

You will receive a message about telemetry being enabled. After that you can use the command Get-AzNetworkLatency to use the module.

Check out the Get-Help for more information on how to use the function.

Credits

The module is using the Telemetryhelper module to gather telemetry. The module is made using the PSModuleDevelopment module to get a template for a module.

About

Repository for the AzNetworkLatency PowerShell Module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  
  •  

Packages

No packages published