Skip to content

Module to check Power Platform Solutions

License

Notifications You must be signed in to change notification settings

autosysops/PowerShell_PowerPlatformChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerPlatformChecker

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 PowerPlatformChecker

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

Install-PSResource -Name PowerPlatformChecker

Usage

To use the module first import it.

Import-Module -Name PowerPlatformChecker

You 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.

Features

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

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

Module to check Power Platform Solutions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  
  •  

Packages

 
 
 

Contributors