Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.27 KB

File metadata and controls

37 lines (23 loc) · 1.27 KB

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.