[PowerPlatform] List all PowerApps and their connections using PowerShell

The script makes use of the following module: Microsoft.PowerApps.Administration.PowerShell

You can install the module using: Install-Module -Name Microsoft.PowerApps.Administration.PowerShell

More info: PowerShell Gallery | Microsoft.PowerApps.Administration.PowerShell 2.0.131

So, here is the script:

The results will look similar to the screenshot below:

Enjoy!