PowerShell module to determine the network latency between two Azure regions.
You can install the module from the PSGallery by using the following command.
Install-Module -Name PowerPlatformCheckerOr if you are using PowerShell 7.4 or higher you can use
Install-PSResource -Name PowerPlatformCheckerTo use the module first import it.
Import-Module -Name PowerPlatformCheckerYou will receive a message about telemetry being enabled. After that you can use the command Get-PowerPlatformChecker to use the module.
Check out the Get-Help for more information on how to use the function.
For now the feature set is limited. You can:
- Test a Power Automate flow for unchanged actions, this can help you test if your flows are documented correctly
- Get all connectors linked to a flow and check their tier to check if a premium license is needed for this flow
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.