Power Platform Flow Owner Review
Use at your own risk. Confirm module requirements and permissions before running.
Install-Module Microsoft.PowerApps.Administration.PowerShell -Scope CurrentUser
Add-PowerAppsAccount
Get-AdminFlow | Select-Object DisplayName, EnvironmentName, CreatedTime, LastModifiedTime, Enabled | Export-Csv .\flow-inventory.csv -NoTypeInformation
Use this to start identifying unowned, stale, or high-risk flows before a Power Platform or tenant migration.
